CUET-PG SERIES
Data-science

Page Replacement Policies

1 previous year questions.

Volume: 1 Ques
Yield: Medium

High-Yield Trend

1
2025

Chapter Questions
1 MCQs

01
PYQ 2025
medium
data-science ID: cuet-pg-

Which among the following statement(s) is/are true in the context of a page replacement policy?

(A) The goal of a page replacement policy is to try to remove the page most likely to be referenced in the immediate future.
(B) First in First Out (FIFO) and Least Recently Used (LRU) are the two most common page replacement algorithms.
(C) The FIFO algorithm selects for replacement the page that has been in memory the longest time.
(D) LRU algorithm is based on the assumption that the least recently loaded page is a better candidate for removal than the least recently used page.
from the options given below: Choose the correct answer from the options given below:

1
A, B and D only
2
B and D only
3
B and C only
4
B, C and D only