Skip to content
mimiyin edited this page Aug 30, 2016 · 6 revisions

Week 1 ICM Quiz

  1. How many times does setup() run?
  2. How many times does draw() run?
  3. Where do you define the size of your canvas?
  4. What do the three arguments to fill(255, 0, 0); indicate?
    • How do you define a bright turquoise fill?
  5. Write the code to draw a line from the top right to bottom left of a canvas.
    • Draw a circle that is wider than it is tall on top of the line.