>
Computer Science
List of top Computer Science Questions on Paging
Details of a paging system for memory management are as follows:
Logical address space: 32 KB
Page Size: 4 KB
Physical Memory size: 64 KB
The number of pages in the logical address space and number of page frames in physical memory, respectively, are:
CUET (PG) - 2025
CUET (PG)
Computer Science
Paging
Consider a page reference string as:
7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2.
Assume that there are 3-page frames available.
Calculate the total number of page faults for the above reference string if LRU policy is used for page replacement.
CUET (PG) - 2025
CUET (PG)
Computer Science
Paging