Across
- 9. an action that causes something to happen
- 10. A command that tells you to do something only to the point that something becomes true
- 11. An instruction for the computer Many commands Put together make up Algorithms and computer programs
- 12. Statements that only run under certain conditions
- 14. an algorithm that has been coded into something that can be run by a machine
Down
- 1. a named group of prgramming instructions fuctions are reusable abstractions that reduce the complexity of writing and maintining programs
- 2. The art of creating a program
- 3. Putting commands in correct order so the computers can read the commands
- 4. to write code or to write instructions for a computer
- 5. Finding and fixing problems in an algorithm or program
- 6. a loop that continues to repeat while a condition is true
- 7. Do something again
- 8. a list of steps to finish a task
- 13. The action of doing something over and over again
