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