Across
- 2. loop loop that continues to repeat while condition is true
- 4. a named group of programming instructions
- 7. causes something to happen
- 8. part of program doesn't work correctly
- 9. doing something over and over again
- 11. instruction for the computer
- 12. fixing problems in a program
- 13. only run under certain conditions
- 14. steps to finish a task
- 15. algorithm coded into something run by a machine
Down
- 1. do something again
- 3. program checks to see if its true or false if true action is taken if not it's ignored
- 5. tells you to do something only up to the point that something becomes true
- 6. putting commands in correct order
- 10. art of creating a program
- 13. to write instructions for a computer
