Coding 1 - Vocab Test 4 (Animations & Games)

1234567891011121314151617181920
Across
  1. 2. Statements that only run under certain conditions
  2. 6. commands inside this function are drawn line by line from top to bottom, then jumps back to the beginning and repeat commands over and over again as long as the program is running
  3. 7. the brainstorming of different strategies that could be used to solve a problem; research, plan, and acquire materials for the activity you are about to do
  4. 8. code that is visual (simple) and similar to traditional text-based coding (powerful) and that allows the developer to connect visual “building blocks” in a logical way
  5. 9. arc, line, regularPolygon, or a point that need to be drawn on a screen
  6. 11. Additional information provided as input to a block to customize its functionality
  7. 13. An instruction for the computer. Many commands put together make up algorithms and computer programs
  8. 15. Solving Process comprised of four steps: define, prepare, try and reflect
  9. 17. has two inputs that control where it's drawn - the x and y position
  10. 18. Numbers allows programs to behave differently each time they are run
  11. 19. one of the 5 main coding languages
  12. 20. the color inside a shape
Down
  1. 1. should have a background, sprites, text and movement
  2. 3. When we reflected on how they did at the end; carefully think back on something with the intention of improving the outcome in the future
  3. 4. It allows the programmer to update the value of a variable in a pattern that counts up (or down) on every iteration of the draw loop
  4. 5. A label for a piece of information used in a program, used as a container to store a value
  5. 10. Figure out the details of the problems that you are trying to solve; when we put into our own words what the problem of a word search is and what the goal is
  6. 12. the border of a shape
  7. 14. Used, like a variable, to control a sprite’s properties in a program by connection the label of sprite with the label of the property (i.e., mySprite.width)
  8. 16. Attempt to do something when, we picked a strategy and tried to find the words