22) Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly
Answer is:
Load-and-go-assembler
Related Compiler Design MCQ with Answers
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.
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.