

MCQOPTIONS
Saved Bookmarks
1. |
Consider the virtual page reference string 1, 2, 3, 2, 4, 1, 3, 2, 4, 1Let a computer system has main memory size of 3 page frames which are initially empty and it is running on demand paged virtual memory system. The number of page faults under LRU and FIFO page replacement policy are respectively: |
A. | 9, 6 |
B. | 6, 3 |
C. | 6, 9 |
D. | 3 , 6 |
Answer» B. 6, 3 | |