InterviewSolution
Saved Bookmarks
| 1. |
What Is Demand Paging? |
|
Answer» DEMAND paging is referred when not all of a process’s PAGES are in the RAM, then the OS brings the missing(and required) pages from the disk into the RAM. Demand paging is referred when not all of a process’s pages are in the RAM, then the OS brings the missing(and required) pages from the disk into the RAM. |
|