retagged by
1,270 views

1 Answer

0 votes
0 votes
(B) To prevent deadlock

Banker's Algorithm is a deadlock avoidance algorithm, which allocates resources in a way that deadlock is prevented.
Answer:

Related questions

1 votes
1 votes
1 answer
2
admin asked Mar 31, 2020
3,495 views
Copying a process from memory to disk to allow space for other processes is called:SwappingDemand PagingDeadlockPage Fault
1 votes
1 votes
2 answers
3
admin asked Mar 31, 2020
2,705 views
The degree of multi programming is controlled by:CPU SchedulerLong-term SchedulerContext SwitchingMedium term Scheduler
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
6,490 views
Given a class named student, which of the following is a valid constructor declaration for the class?Student student(){}Private final student(){}Student(student s){}Void ...