Across
- 4. A command that tells you to do something only up to the point that something becomes true.
- 6. Putting commands in correct order so computers can read the commands.
- 7. statement that a program checks to see is true or false.
- 8. The art of creating a program.
- 11. to write code, or to write instructions on a computer
- 13. named group of programming instructions.
- 14. The action of doing something over and over again.
- 15. An action that causes something to happen
Down
- 1. A list of steps to finish a task.
- 2. Finding and fixing problems in an algorithm or program.
- 3. Part of a program that does not work correctly.
- 5. Statements that run under certain conditions.
- 8. algorithm that has been coded into something that can be run by a machine.
- 9. Do something again.
- 10. An instruction to the computer.
- 12. Loop- A loop that continues to repeat while a condition is true.
