InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the simplest page replacement algorithm?(a) FIFO(b) Optimal page replacement(c) LRU replacement(d) Counting based replacementThis question was posed to me during an online interview.My enquiry is from Page Replacement Algorithms in portion Page Replacement Algorithms of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (a) FIFO |
|