code.org vocabulary

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