MCQOPTIONS
Saved Bookmarks
| 1. |
Consider a virtual memory system that uses First In First Out (FIFO) page replacement policy and it allocates a fixed number of frames to a process. Consider the following two statements,1: Sometimes the page fault rate is increased if the number of page frames allocated is increased.2: Some programs do not exhibit Locality of reference.Which of the following is true? |
| A. | 1 is false and 2 is true |
| B. | both 1 and 2 are false |
| C. | both 1 and 2 are true but 2 is not the reason for 1 |
| D. | both 1 and 2 are true and 2 is the reason for 1 |
| Answer» D. both 1 and 2 are true and 2 is the reason for 1 | |