Operating Systems Concepts - Engineering

Q1:

Indicate which, of the following, in not true about an interpreter

A Interpreter generates an object program from the source program

B Interpreter is a kind of translator

C Interpreter analyses each source statement every time it is to be executed

D All of the above

E None of the above

ANS:A - Interpreter generates an object program from the source program

Because In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program.