What is the Difference between Loading and Linking ?

Answers were Sorted based on User's Feedback



What is the Difference between Loading and Linking ?..

Answer / thejaswi

Linker is a program that helps to link various pieces of code or data together to form a single executable file that can be loaded into memory
Loader is a program that helps in copying the program image from hard disk to main memory in order to put the program in a ready to run state.

Is This Answer Correct ?    23 Yes 2 No

What is the Difference between Loading and Linking ?..

Answer / shail shah

Linking there are two type of linking

1)staic linking
2)dynamic linking
in dynamic :--dynamic load time
--dynamic compile time
--dynamic run time

linking is done before exacutable file is created.

Loading :-image of program harddisk loaded into ram using boatloader.

loading of exacutable file is done after exacutable file created.

In,short before exacutable file created linking,after exacutable file is created loading.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is scsi?

0 Answers  


What is pipelining in reference to ram?

0 Answers  


Does direct memory manipulation is an unsafe operations, if yes, how?

0 Answers   MCN Solutions,


What is process synchronization?

0 Answers  


Describe system calls and its type

0 Answers  


Explain migration process?

0 Answers  


Define page fault interrupt?

0 Answers  


Who made the first 64 bit processor?

0 Answers  


Semafore is used for? a) synchronization b) dead-lock avoidence c)box d) none

6 Answers   HCL,


Explain how a copying garbage collector works. How can it be implemented using semispaces?

0 Answers  


Does 64bit mean 64bit?

0 Answers  


What is a named pipe?

0 Answers  


Categories