Across
- 3. commands in correct order so computers can read the commands
- 6. and fixing problems in an algorithm or program
- 9. that only run under certain conditions. A loop that continues to repeat while a condition is true
- 11. that causes something to happen
- 13. something again.
- 14. action of doing something over and over again.
- 15. group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs.
Down
- 1. of steps to finish a task
- 2. that has been coded into something that can be run only by a machine
- 4. art of creating a program
- 5. of a program that doesn’t function good
- 7. for the computer. Many commands put together make up algorithms and computer programs.
- 8. that a program checks to see if it is true or false.If true an action is taken.Otherwise, the action is ignored
- 10. write code, or write instructions for a computer
- 12. command that tells you to do something only up to the point that something becomes true.
