logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?


  • Correct Answer
  • 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 


  • Operating Systems problems


    Search Results


    • 1. In the context of memory management, what are placement and replacement algorithms?
    • Discuss
    • 2. What is cycle stealing?
    • Discuss
    • 3. What is the resident set and working set of a process?
    • Discuss
    • 4. What is the Translation Lookaside Buffer (TLB)?
    • Discuss
    • 5. What are short, long and medium-term scheduling?
    • Discuss
    • 6. What is a drawback of MVT?
    • Discuss
    • 7. What is process spawning?
    • Discuss
    • 8. What are rings in Windows NT?
    • Discuss
    • 9. What is process migration?
    • Discuss
    • 10. What are the sub-components of I/O manager in Windows NT?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment