InterviewSolution
Saved Bookmarks
| 1. |
In a stack algorithm, the set of pages in a k-frame memory is always a subset of pages in a __________ frame memory.(a) k-1(b) k(c) k+1(d) k(k+1)This question was posed to me in an online interview.I'd like to ask this question from Page Replacement Algorithms in division Page Replacement Algorithms of Data Structures & Algorithms II |
|
Answer» CORRECT OPTION is (c) k+1 Best explanation: Stack ALGORITHM is satisfied if the set of pages in a k-FRAME MEMORY is always a subset of pages in a k+1 frame memory. |
|