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