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
Discussion:
14 comments Page 2 of 2.
Sandeep said:
1 decade ago
We also know that "in any program we are using lib. Function, user defined function and macros. The linker link all the above function and then loader load the whole program into memory.
(1)
Arun said:
1 decade ago
The 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. Hence Linking and loading process follows after compilation.
Vinod kumar said:
1 decade ago
In order execute two programs separately a linking loader is used. That is link loader creates a link between two programs...
Snigdha said:
1 decade ago
How?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers