Vidyalelo
Computer Fundamentals · Q48

Operating System

Computer Related · Computer Fundamentals · question 48

Q48

The Banker's algorithm is used

A.
to rectify deadlock
B.
to detect deadlock
C.
to prevent deadlock
Answer
D.
to solve deadlock

Answer: Option C

Solution

Answer: Option C
Solution:
The Banker algorithm, sometimes referred to as the detection algorithm, is a resource allocation and deadlock avoidance algorithm developed by Edsger Dijkstra that tests for safety by simulating the allocation of predetermined maximum possible amounts of all resources, and then makes an "s-state" check to test for possible deadlock conditions for all other pending activities, before deciding whether allocation should be allowed to continue.

Source : wikipedia.org