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