305 views

2 Answers

3 votes
3 votes

A page replacement algorithm is said to satisfy the inclusion property or is called a stack algorithm if the set of pages in a $k$-frame memory is always a subset of the pages in a $(k + 1)$ frame memory.

i.e., $k\subseteq (k+1)$

Then, $k \subseteq (k+2)$ and $k \subseteq k(k+1)$ is also true.

So, the correct answer is $B; C;D.$

Ref: http://faculty.salina.k-state.edu/tim/ossg/Memory/virt_mem/page_replace.html

Answer:

Related questions

2 votes
2 votes
1 answer
2
gatecse asked Dec 7, 2020
201 views
Which of the following page replacement algorithms exhibit Belady's anomaly? (Mark all the appropriate choices)Optimal page replacementFirst in First out (FIFO)Least rece...