In loading programs into memory, what is the difference
between load-time dynamic linking and run-time dynamic
linking?
Answer Posted / guest
For load-time dynamic linking: Load module to be loaded is
read into memory. Any reference to a target external module
causes that module to be loaded and the references are
updated to a relative address from the start base address
of the application module.
With run-time dynamic loading: Some of the linking is
postponed until actual reference during execution. Then the
correct module is loaded and linked.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is a mission critical system?
How do I turn off programs running in the background?
Describe system calls and its type
What command is used to remove the password assigned to a group?
What is virtual memory? Where it used by OS?
Discuss a Thread Life Cycle?
What is the use of paging in operating system?
Which is the best operating system for pc?
Explain any program using Semaphores.
How you can check whether a machine is 64 bit or 32 bit?
Why use 64bit excel?
Explain thread.
How many gb of ram can 64 bit use?
What are banks in reference to ram?
Describe Banker’s algorithm