InterviewSolution
Saved Bookmarks
| 1. |
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?(a) Two pass assembler(b) Load and go assembler(c) Macro processor(d) LinkerThis question was addressed to me during an interview.My question is taken from LR Parser in portion Bottom Up Parsing of Compiler |
|
Answer» CORRECT option is (b) LOAD and go assembler The best I can EXPLAIN: A load and go assembler generates absolute machine CODE and LOADS it to physical memory. |
|