Multiple choice

Which of the following system-programmes forgoes the production of object code to generate absolute machine code and loads it into the physical main storage location from which it will be executed immediately upon completion of the assembly?

  1. Two pass assembler

  2. Micro processor

  3. Load-and-go assembler

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A load-and-go assembler generates absolute machine code and directly loads it into main memory for immediate execution, bypassing the intermediate object code file. This single-pass approach eliminates the linking and loading phases, providing faster turnaround during program development and testing.