... run
B. An interpreter is the representation of the system being designed
C. An interpreter is a general purpose language providing very efficient execution
D. None of the above
What is an interpreter? A. An interpreter does the conversion line by line as the program is?
Details:
Answers (2)
An interpreter looks at something in one language and says it in a different language. In computer programming you write assembly code in English and the interpreter executes a machine code corresponding to each instruction.
So A is correct.
An assembler interprets code and makes a file to be executed later.