Computer Science - Language Processors - Discussion

Discussion Forum : Language Processors - Section 1 (Q.No. 1)
1.
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
Physically place the machine instructions and data into memory
Adjust all address dependent locations, such as address constants, to correspond to the allocated space
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Kevin said:   1 decade ago
What will be the finest thing in F sinduct in the alpha numeric code for os 025185800001266.

Teddy said:   8 years ago
These are the main tasks of a Loader.
1. Allocation of memory for a program to be executed.
2. Copy data of a program into the memory location.
3. Initialize registers.
4. Transfer control to the starting routine.
(1)

Rafsanimtiaz said:   7 years ago
Yeah, it is very good and helpful thanks @Teddy.

Mrunali said:   7 years ago
Thanks @Teddy.

Post your comments here:

Your comments will be displayed after verification.