Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 18)
18.
Which of the following functions is(are) performed by the loader
allocate space in memory for the programs and resolve symbolic references between object decks
adjust all address dependent locations, such as address constants, to correspond to the allocated space.
physically place the machine instructions and data into memory.
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Harshit said:   1 decade ago
Loader basically load the various object files in memory and do the following: allocating memory space for prog, adjusting memory locations so that all the loaded object files can run properly in combination.
(1)

Mohit said:   1 decade ago
All of the memory ? ans is not clear.

Post your comments here:

Your comments will be displayed after verification.