Across
- 2. An algorithm (sequence of instructions) written in a code that a computer can understand.
- 4. The order of steps in a program.
- 7. Set of instructions used to accomplish a specific task. Also known as a procedure.
- 9. set of commands.
- 12. A loop that continues to repeat while a condition is true.
- 14. The program does something based on another thing happening. If-then or If-then-else.
- 16. An error in the program.
- 17. A sequence of instructions for carrying out a task.
Down
- 1. A label to which a value can be assigned. A word that replaces a number in code.
- 3. a loop that is contained within another loop
- 5. An action that causes something to happen.
- 6. An instruction for the computer. Many commands put together make up algorithms and computer programs.
- 8. the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
- 10. A command that tells you to do something only up to the point that something becomes true.
- 11. To perform the same task again and again.
- 13. be for set number of times or infinite.
- 15. Going through line by line to find and fix an error in the code.
