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