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