Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 24)
24.
A system program that sets up an executable program in main memory ready for execution is
assembler
linker
loader
compiler
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mannu said:   2 weeks ago
Linking is like combining multiple files into a single executable file.

Whereas loading is like bringing executable files into memory. So the CPU can run it.

Srikanth kaitepalli said:   1 decade ago
Compiled program ---> Object code--->Linking--->Loading--->Process in main memory.
(2)

Post your comments here:

Your comments will be displayed after verification.