Draw a rainbow–use what you know about colors, pixels, and drawing operations to draw a rainbow.

What will be an ideal response?





Is this easier to do with our drawing methods or by manipulating individual

pixels? Why? It is easier to draw a rainbow using the drawing methods since you don’t have to figure out what pixels to turn on to make an arc.

Computer Science & Information Technology

You might also like to view...

When a slide is duplicated, the slide layout and content is duplicated, but not its formatting

Indicate whether the statement is true or false

Computer Science & Information Technology

The __________ loop is a good choice when you do not want the loop to iterate if the condition is false in the beginning.

a. while b. infinite c. switch d. do-while e. post-test

Computer Science & Information Technology