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