Coding vocab

12345678910111213
Across
  1. 4. The language of computers.
  2. 6. To do something again and again.
  3. 8. Statements that only runs if its condition is met.
  4. 12. An algorithm that has been coded to be able to be ran by a computer.
  5. 13. An error in the code.
Down
  1. 1. the act of creating code for a computer to follow.
  2. 2. An action that causes something to happen.
  3. 3. continues to runs while its condition is met.
  4. 5. The order in which the algorithm is ran.
  5. 7. An instruction for the computer to follow.
  6. 9. Repeats code a certain amount of times.
  7. 10. A list of commands.
  8. 11. Fixing a bug in code.