Vidyalelo
Computer Fundamentals · Q244

Operating System

Computer Related · Computer Fundamentals · question 244

Q244

What does Belady's Anomaly related to?

A.
Page Replacement Algorithm
Answer
B.
Memory Management Algorithm
C.
Deadlock Prevention Algorithm
D.
Disk Scheduling Algorithm

Answer: Option A

Solution

Answer: Option A
Solution:
In computer storage, Belady's Anomaly is the name given to the phenomenon where increasing the number of page frames results in an increase in the number of page faults for a given memory access pattern. This phenomenon is commonly experienced when using the First in First Out (FIFO) page replacement algorithm.