InterviewSolution
Saved Bookmarks
| 1. |
External fragmentation will not occur when?(a) first fit is used(b) best fit is used(c) worst fit is used(d) no matter which algorithm is used, it will always occurThis question was addressed to me in unit test.I'd like to ask this question from Memory Management in section Memory Management of Operating System |
|
Answer» The correct choice is (d) no MATTER which ALGORITHM is used, it will ALWAYS occur |
|