GATE Computer Science (CS) 2018 Shift 1 Solved Paper
© examsiri.com
Question : 59 of 65
Marks:
+1,
-0
In a system, there are three types of resources: and . Four processes and execute concurrently. At the outset, the processes have declared their maximum resource requirements using a matrix named Max as given below. For example is the maximum number of instances of F that would require. The number of instances of the resources allocated to the various processes at any given state is given by a matrix named allocation.
Consider a state of the system with the Allocation matrix as shown below and in which 3 instances of and 3 instances of are the only resources available.
From the perspective of deadlock avoidance, which one of the following is true?
Consider a state of the system with the Allocation matrix as shown below and in which 3 instances of and 3 instances of are the only resources available.
| Allocation | |||
| E | F | G | |
| 1 | 0 | 1 | |
| 1 | 1 | 2 | |
| 1 | 0 | 3 | |
| 2 | 0 | 0 | |
| MAX | |||
| E | F | G | |
| 4 | 3 | 1 | |
| 2 | 1 | 4 | |
| 1 | 3 | 3 | |
| 5 | 4 | 1 | |
Go to Question: