A virtual memory has a page size of 2K(words). There are eight pages and four blocks. The associative memory page table contains the following entries:
Page Block
0 3
2 1
5 2
6 0
Make a list of all virtual addresses (In decimal) that will cause a page fault if used by the CPU.
Comments
Leave a comment