Computer Science 101

12345678910111213
Across
  1. 2. The action of doing something over and over again.
  2. 4. An action that causes something to happen.
  3. 7. An action that a sprite performs continuously until it’s told to stop.
  4. 9. A list of steps to finish a task.
  5. 11. To do something again.
  6. 12. to write code, or to write instructions for a computer.
  7. 13. Part of a program that does not work correctly.
Down
  1. 1. A graphic on the screen with a location, size, and appearance.
  2. 3. Putting commands in the correct order so computers can read the commands
  3. 5. Finding and fixing problems in an algorithm or program.
  4. 6. An algorithm that has been coded into something that can be run by a machine.
  5. 8. An instruction for the computer. Many commands put together makeup algorithms and computer programs.
  6. 10. The art of creating a program.