Hi there I need help from somebody to construct a pseudo code for the following questions, any help is appreciated thanks:
1) Please describe in psuedo code exactly how you would solve the following problem.
We have a dynamic online magazine. Each page of the magazine contains an image and an article. Your problem is to dynamically colour the article text and the article background to match the colours that are present in the image, making considerations for readability and accessibility. Justify your choice of colour and explain any extensions to this that you feel would enhance the solution.
Pseudo Help?
Started by dalgic, Jun 19 2008 06:06 PM
1 reply to this topic
#1
Posted 19 June 2008 - 06:06 PM
|
|
|
#2
Posted 20 June 2008 - 08:12 AM
Start by deciding on a strategy in plain English. If you don't have a strategy for picking the colors, you will never be able to describe it in pseudo-code. Think of this as a level of formality:
least formal <--------------------> most formal
English --------- Pseudo-code ----------- code
least formal <--------------------> most formal
English --------- Pseudo-code ----------- code
Edited by WingedPanther, 20 June 2008 - 08:13 AM.
add arrow


Sign In
Create Account

Back to top









