In which of the following storage replacement strategies, a program is placed…
2004
In which of the following storage replacement strategies, a program is placed in the largest available hole in the memory
- A.
Best fit
- B.
First fit
- C.
Worst fit
- D.
Buddy
Attempted by 96 students.
Show answer & explanation
Correct answer: C
The Worst Fit strategy allocates the largest available memory hole to a process. This approach aims to leave larger remaining fragments for future allocations, reducing external fragmentation over time.
A video solution is available for this question — log in and enroll to watch it.