InterviewSolution
Saved Bookmarks
| 1. |
A demand paged virtual memory system uses 16 bit virtual address, page size of 256 bytes, and has 1 Kbyte of main memory. LRU page replacement is implemented using a list whose current status (page number in decimal) is.For each hexadecimal address in the address sequence given below 00FF, 010D, 10FF, 11B0indicatei) the new status of the listii) page faults, if any, andiii) page replacements, if any |
| Answer» | |