Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Aptitude | GATE CS 1998 | Question 25

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

In a resident- OS computer, which of the following system software must reside in the main memory under all situations?
(A) Assembler
(B) Linker
(C) Loader
(D) Compiler


Answer: (C)

Explanation: Loader is the part of an operating system that is responsible for loading programs and libraries. it places the programs into memory and also prepares them for execution.

Loading a program involves tasks such as reading the contents of the executable file containing the program instructions into memory, and then carrying out other required preparatory tasks to prepare the executable for running so any software must reside in the main memory under all situations.

The operating system starts the program by passing control to the loaded program code once the loading process is completed.

Option (C) is correct.

Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 06 Jan, 2020
Like Article
Save Article
Similar Reads