Code.org Vocab 1-20

12345678910111213141516
Across
  1. 4. The action of doing something over and over again
  2. 6. Putting commands in correct order so computers can read the commands
  3. 7. A list of steps to finish a task
  4. 9. An action that causes something to happen
  5. 10. Part of a program that does not work correctly
  6. 12. Loop A loop that continues to repeat while a condition is true
  7. 15. Statements that only run under certain conditions
  8. 16. An instruction for the computer
Down
  1. 1. Something a program checks to see if it is true before allowing an action
  2. 2. The art of creating a program
  3. 3. to write code, or to write instructions for a computer
  4. 5. A command that tells you to do something only up to the point that something becomes true
  5. 6. A graphic on the screen with a location, size, and appearance
  6. 8. Finding and fixing problems in an algorithm or program
  7. 11. To do something again
  8. 13. An action that a sprite performs continuously until it’s told to stop
  9. 14. An algorithm that has been coded into something that can be run by a machine