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