Coding Concepts

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