FIFO
LRU
FIFO
LRU
FIFO
100

What does FIFO stand for in page replacement?

First-In First-Out

100

What does LRU stand for?

Least Recently Used

100

FIFO does NOT consider:

Page usage frequency

100

Does LRU suffer from Belady’s anomaly?

No

100

When using FIFO, a page fault occurs when:

Page is not in memory

200

In FIFO page replacement, which page is replaced first?

Oldest loaded page

200

In LRU page replacement, which page is replaced?

Least recently used page

200

In FIFO, when a page fault occurs, what happens?

Oldest page is removed

200

LRU replaces the page that:

Was used least recently

200

FIFO algorithm replaces a page when:

It has been in memory the longest

300

What is Belady’s Anomaly?

Increase in page faults with more frames

300

LRU algorithm is based on:

Past usage

300

Which factor is ignored by FIFO algorithm?

Frequency of use

300

LRU requires:

Tracking of page usage history

300

Which of the following scenarios best suits FIFO?

Programs with no locality of reference

400

FIFO page replacement is considered:

Simple

400

Which data structure is commonly used to implement LRU?

Stack

400

FIFO algorithm can be inefficient because:

It ignores usage pattern

400

LRU is considered:

Approximation of optimal

400

FIFO algorithm is also known as:

Replacement by age

500

FIFO is suitable for:

Systems requiring simplicity

500

LRU is better than FIFO because:

It considers usage pattern

500

FIFO is easy to implement because it uses:

Queue operations

500

Which of the following is a disadvantage of LRU?

High overhead for tracking usage

500

What happens if all frames are full in FIFO and a new page arrives?

Oldest page is replaced

M
e
n
u