| Question | Answer |
| What is a problem when a program uses an interpreter? | |
| Which translator analyses and executes each line of high-level language without looking at the program as a whole? | |
| What type of language does an interpreter work with? | |
| Which executes quicker a compiler or an interpreter? | |
| What is a good point about distributing only object code? | |
| A program that translates an assembly language program into machine code. | |
| What needs to be considered when choosing a compiler? | |
| What converts the mnemonic instruction into its binary equivalent? | |
| Which generation of programming languages need to be compiled? | |
| What kind of code will run much faster than interpreted code as no translation takes place at run-time? | |