Across
- 1. a loop that continues to repeat while a condition is true
- 4. finding and fixing problems in 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 abstractions that 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 a 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 for a computer. Many commands put together to make up algorithms and computer programs
- 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. part of a program that does not work correctly
- 13. to write code, or to write instructions for a computer
