Question 4668 – Teaching Aptitude
May 15, 2024Question 5365 – Operating-Systems
May 15, 2024Question 3729 – Operating-Systems
A virtual memory has a page size of 1K words. There are eight pages and four blocks. The associative memory page table contains the following entries:

Which of the following list of virtual addresses (in decimal) will not cause any page fault if referenced by the CPU ?
Correct Answer: C
Question 565 Explanation:
Step-1: Total number of blocks=4
Total number of pages=8
Virtual memory has a page size of 1K(1024) words.
Step-2: Page ranges


Total number of pages=8
Virtual memory has a page size of 1K(1024) words.
Step-2: Page ranges


1024, 3072, 4096, 6144
1234, 4012, 5000, 6200
1020, 3012, 6120, 8100
2021, 4050, 5112, 7100
