Which of the following system softwares resides always in main memory?

2023

Which of the following system softwares resides always in main memory?

Answer: A. LoaderSystem Software ResidencySystem software manages hardware and provides a platform for application software. Among the options provided, the Loader is the…

  1. A.

    Loader

  2. B.

    Linker

  3. C.

    Assembler

  4. D.

    More than one of the above

  5. E.

    None of the above

Attempted by 2738 students.

Show answer & explanation

Correct answer: A

System Software Residency

System software manages hardware and provides a platform for application software. Among the options provided, the Loader is the component responsible for loading programs into main memory.

Linkers and Assemblers are development tools that operate before the program is loaded. They do not need to remain resident in main memory during the execution of the final program.

Therefore, the Loader is the correct choice as it resides in main memory to facilitate program execution.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…