Coding Terms

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