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