Saved Bookmarks
| 1. |
Consider a process executing on an operating system that uses demand paging. The average time for a memory access in the system is M units if the corresponding memory page is available in memory, and D units if the memory access causes a page fault. It has been experimental measured that the average time taken for a memory access in the process is X units? |
|
Answer» YES , the average Time for memory ACCESS will be change from M to X units .. as its check for free frame AVAILABLE or not, If no frames are free, the page replacement ALGORITHM is run to remove a page. hope it help. |
|