MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your First-in, First-out Algorithm (FIFO) Multiple Choice knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
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. |
| A. | 12 |
| B. | 16 |
| C. | 10 |
| D. | 14 |
| Answer» D. 14 | |
| 2. |
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. |
| A. | 12 |
| B. | 16 |
| C. | 14 |
| D. | 15 |
| Answer» E. | |