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