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 inaddr_any?

0 Answers  


What is the sequence of the three way handshake?

0 Answers  


What are dynamic loading, dynamic linking and overlays?

0 Answers  


What is difference between synchronous and asynchronous threads and when can we use them?

2 Answers   HP,


How can I tell what programs are running in the background on my computer?

0 Answers  






What is the difference between folder and directory?

0 Answers  


Explain what do you understand by registers, briefly explain the various types of registers.

0 Answers  


Can I change operating systems on my laptop?

0 Answers  


what are Demand paging, page faults, replacement algorithms, thrashing

1 Answers  


How do I stop apps from running in the background?

0 Answers  


How can multiple threads be controlled simultaneously?

0 Answers  


What is the code of mobile?

0 Answers  


Categories