Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 4)
4.
A system program that combines the separately compiled modules of a program into a form suitable for execution
assembler
linking loader
cross compiler
load and go
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 2 of 2.

Seema C said:   1 decade ago
The modules in the program are compiled separately, and then loaded in to the main memory for the execution. It has to link several modules and library files. Then the loads loads the program for execution.

Anis said:   1 decade ago
Thats why in run time, we must take all class file into the classpath in java which are used in our program.

Kokilavani.c said:   1 decade ago
The linking loader link the separating object module(separate programs) and then load it into memory for execution.

Ex: For example in C language the high level language convert into machine level language. Here the linking loader is used to link high level language and machine level language and then loaded into memory for executing the program.

Akash jain said:   10 years ago
Linker provide the link to join 2 or more program code.


Post your comments here:

Your comments will be displayed after verification.