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