| 61. |
Consider a reference string 7,0,1,2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1 of frame size 4. Calculate the number of page faults using optimal page replacement algorithm.
|
||||||||
|
Answer:
Option (c) |
| 62. |
Consider a reference string 1,2,3,2,1,5,2,1,6,2,5,6,3,1,3,6,1,2,4,3 of frame size 3. Calculate the number of page faults using optimal page replacement algorithm.
|
||||||||
|
Answer:
Option (c) |
| 63. |
In a FIFO algorithm, when a page is to be replaced, which of the following page is chosen?
|
||||||||
|
Answer:
Option (a) |
| 64. |
Consider a reference string: 7,0,1,2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1 of frame size 3. Using FIFO algorithm, determine the number of page faults.
|
||||||||
|
Answer:
Option (d) |
| 65. |
Consider a reference string: 7,0,1,2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1 of frame size 4. Using FIFO algorithm, determine the number of page faults.
|
||||||||
|
Answer:
Option (c) |
| 66. |
A page fault occurs
|
||||||||
|
Answer:
Option (a) |
| 67. |
Reference bit is used for
|
||||||||
|
Answer:
Option (b) |
| 68. |
The LRU algorithm ______
|
||||||||
|
Answer:
Option (c) |
| 69. |
Operating system supports different page replacement policy. From the given below option which is not a valid page replacement policy?
|
||||||||
|
Answer:
Option (c) |
| 70. |
In which of the following page replacement policies Belady’s anomaly occurs?
|
||||||||
|
Answer:
Option (c) |