Interpreters & Compilers

123456789101112
Across
  1. 3. The original code written by a programmer.
  2. 5. Converts assembly language into machine code.
  3. 7. The set of rules that define how code must be written.
  4. 8. A program that translates the whole code into machine code before execution.
  5. 10. A program that translates and runs code line-by-line.
  6. 11. To make code run more efficiently.
  7. 12. To find and fix errors in code.
Down
  1. 1. Instructions written by a programmer.
  2. 2. The general term for any program that converts code into another form.
  3. 4. What occurs when code violates rules or logic, and cannot be ran any further.
  4. 6. A set of instructions written to perform a task.
  5. 9. What a computer does when it runs a program.