Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 3 (Q.No. 13)
13.
In an absolute loading scheme, which loader function is accomplished by loader
Reallocation
Allocation
Linking
Loading
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Kirti arora said:   6 years ago
Reallocation is the correct answer.

Avishek said:   8 years ago
The loader schemes are:.

(1) Absolute loader: The task of an absolute loader is virtually trivial. The loader simply accepts machine language code and places it into main memory specified by the assembler.

(2) Relocating loader: The task of relocating loader is to avoid reassembling of all subroutines when a subroutine is changed and to perform tasks of allocation and linking for the programmer.

(3) Dynamic loading: In order to overlay structure to work it is necessary for the module loader to load the various procedures as they are needed. There are many binders capable of processing and allocating overlay structure. The portion of the loader that actually intercepts calls and loads necessary procedure is called overlay supervisor of the simply flipper. This overall scheme is called dynamic loading or load on call.

(4) Dynamic linking: This is a mechanism by which loading and linking of external references are postponed until execution time. This was made to sort out the disadvantage of previous loading schemes like subroutine is referenced and never executed.

Post your comments here:

Your comments will be displayed after verification.