In a resident-OS computer, which of the following system software must reside…

1998

In a resident-OS computer, which of the following system software must reside in the main memory under all situations?

Answer: C. LoaderThe correct answer is Loader. In a resident-OS system, some operating-system support remains in main memory so that programs can be brought into memory and…

  1. A.

    Assembler

  2. B.

    Linker

  3. C.

    Loader

  4. D.

    Compiler

Attempted by 96 students.

Show answer & explanation

Correct answer: C

The correct answer is Loader.

In a resident-OS system, some operating-system support remains in main memory so that programs can be brought into memory and started whenever required. A loader is the system software that places an executable/object program into main memory and prepares it for execution, so it must be available under all situations.

An assembler, linker, and compiler are translation or linking utilities. They are needed only when assembling, linking, or compiling a program, so they do not have to reside permanently in main memory.

Explore the full course: Gate Guidance By Sanchit Sir

Loading lesson…