Correct Answer: a set of programs which controls computer working
4. Terminal Table
Options
A. contains all constants in the program
B. a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure.
C. consists of a full or partial list of the token's as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
D. a permanent table which lists all key words and special symbols of the language in symbolic form.
8. A form of code that uses more than one process and processor, possibly of different type, and that may on occasions have more than one process or processor active at the same time, is known as
10. The disadvantages of "Compile and Go" loading scheme is (are):
Options
A. a portion of memory is wasted because the core occupied by the assembler is unavailable to the object program.
B. it is necessary to retranslate the user's program deck every time it is run.
C. it is very difficult to handle multiple segments, especially if the source programs are in different languages, and to produce orderly modular programs.