23) Uniform symbol table
Answer is:
consists of 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.
Related Compiler Design MCQ with Answers
Answer is:
automates the translation of assembly language into machine language
Answer is:
All of these
Explanation:
In the first pass a simple two-pass assembler
* It allocates space for the literals
* It computes the total length of the program
* It builds the symbol table for the symbols and their values.
Answer is: