InterviewSolution
Saved Bookmarks
| 1. |
What Is The Basic Function Of Paging? |
|
Answer» Paging is a memory MANAGEMENT scheme that PERMITS the physical-address space of a process to be NONCONTIGUOUS. It AVOIDS the considerable problem of having to fit varied sized memory chunks ONTO the backing store. Paging is a memory management scheme that permits the physical-address space of a process to be noncontiguous. It avoids the considerable problem of having to fit varied sized memory chunks onto the backing store. |
|