Computer science vocab

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