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