InterviewSolution
Saved Bookmarks
| 1. |
Another solution to the problem of external fragmentation problem is to ____________(a) permit the logical address space of a process to be noncontiguous(b) permit smaller processes to be allocated memory at last(c) permit larger processes to be allocated memory at last(d) all of the mentionedI got this question in semester exam.My doubt stems from Memory Management in division Memory Management of Operating System |
|
Answer» Right answer is (a) PERMIT the LOGICAL ADDRESS space of a PROCESS to be noncontiguous |
|