Q478
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
AnswerC.
macroprocessor
D.
compiler
E.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
In computer programming, a compile and go system, compile, load, and go system, assemble and go system, or load and go system is a programming language processor in which the compilation, assembly, or link steps are not separated from program execution.