Indicate which of the following is not true about an interpreter ?

A. Interpreter is a kind of translator
B. Interpreter generates an object program from the source program
C. Interpreter analyses each source statement every time it is to be executed
D. All of the above
✅ The correct answer is option B.

In analyzing the compilation of PL/I program, the term “Lexical analysis” is associated with________________?

A. creation of more optional matrix
B. recognition of basic syntactic constructs through reductions
C. recognition of basic elements and creation of uniform symbols
D. use of macro processor to produce more optimal assembly code
✅ The correct answer is option C.

Terminal Table___________________?

A. contains all constants in the program
B. a permanent table which lists all key words and special symbols of the language in symbolic form
C. a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure
D. consists of a full or partial list of the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
✅ The correct answer is option B.