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