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