Unti 1 ICM Vocabulary

123456789101112131415161718192021
Across
  1. 2. the default colorMode()
  2. 4. we write this when calling for a circle/oval
  3. 6. this happens to the code when you click run
  4. 7. a portion of a circle
  5. 9. the y-value in createCanvas(x, y)
  6. 12. removing details from something
  7. 14. a placeholder for a value
  8. 15. when you put a bunch of code into a function that does one particular thing
  9. 18. the type of variable that already contains a value without the programmer assigning one
  10. 19. another name for a point
  11. 20. when you set a variable equal to something
  12. 21. the first thing to write when creating a polygon
Down
  1. 1. one type of way to use angles
  2. 3. the place to encapsulate code that does a particular thing
  3. 5. we write this when calling for a rectangle
  4. 8. a type of variable when the programmer creates it
  5. 10. an alternate colorMode()
  6. 11. you created one of these with a few colors and you used only these colors in your work
  7. 13. the actual value of a parameter
  8. 16. the variables that you can include when creating a function
  9. 17. the x-value in createCanvas(x, y)