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