Q
Hard 1 Mark
Computer Studies Programming Fundamentals
Which of the following statements about an interpreter is TRUE?
Explanation
An interpreter does not generate a separate executable file. It translates and executes each line immediately which is why interpreted programs are generally slower than compiled ones.
Reference: Computer Studies , Page 4
Hint
No executable file is created by an interpreter.