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.

Vikas Chauhan said:   9 years ago
For all programs, we need libraries and functions.
So a linker is used for linking the library files and after that loader loads those files for execution.
(1)

Raja said:   9 years ago
Basic structure for converting source code to machine language (souce code--> compiler-->assembler-->linker/loader).
(3)

Sujit jadhav said:   9 years ago
Compiler converts the high-level instruction to machine level instruction which is followed by Dynamic Loading where the program is loaded into the memory for execution. The Dynamic Linking process adds the system library along with the program which has to be executed. The new System library can be added or updated in the process of the dynamic Linking.
(3)

Pankaj Kumar Gupt said:   4 years ago
In order to execute two programs separately, a linking loader is used. That is link loader creates a link between two program.
(1)


Post your comments here:

Your comments will be displayed after verification.