logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • In the context of memory management, what are placement and replacement algorithms?


  • Correct Answer
  • Placement algorithms determine where in available real-memory to load a program Common methods are first-fit, next-fit, best-fit Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program The replacement algorithm determines which are the partitions to be swapped out 


  • Operating Systems problems


    Search Results


    • 1. What is cycle stealing?
    • Discuss
    • 2. What is the resident set and working set of a process?
    • Discuss
    • 3. What is the Translation Lookaside Buffer (TLB)?
    • Discuss
    • 4. What are short, long and medium-term scheduling?
    • Discuss
    • 5. What is thrashing?
    • Discuss
    • 6. In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
    • Discuss
    • 7. What is a drawback of MVT?
    • Discuss
    • 8. What is process spawning?
    • Discuss
    • 9. What are rings in Windows NT?
    • Discuss
    • 10. What is process migration?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment