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