in Compiler Design
9,344 views
26 votes
26 votes

In a resident – OS computer, which of the following systems must reside in the main memory under all situations?

  1. Assembler
  2. Linker
  3. Loader
  4. Compiler
in Compiler Design
9.3k views

1 comment

Similar question: GATE1993-7.7

1
1

3 Answers

39 votes
39 votes
Best answer

(C) is answer.
In many operating systems the loader is permanently resident in memory, although some operating systems that support virtual memory may allow the loader to be located in a region of memory that is pageable.

Reference: Loader

edited by

3 Comments

What's a resident-OS?

1
1
By resident-OS they might mean an OS which is not distributed like the ones which are distributed over many systems.
1
1
And resident Os is considered as a precursor to OS.used in early 1950 and 1960
0
0
31 votes
31 votes

Loader is a program that loads machine codes of a program into the system memory.In Computing, a loader is the part of an Operating System that is responsible for loading programs. It is one of the essential stages in the process of starting a program. Because it places programs into memory and prepares them for execution. Loading a program involves reading the contents of executable file into memory.  Once loading is complete, the operating system starts the program by passing control to the loaded program code. All operating systems that support program loading have loaders.

In many operating systems the loader is permanently resident in memory.

3 votes
3 votes
#loader
you will not support to loader out bczz if you do then what happens is, you cannot load loader again without the loader and also you can not load any other process, so everything come to halt.

ans_c
Answer:

Related questions