

MCQOPTIONS
Saved Bookmarks
1. |
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, Max[ ] is the maximum number of instances of 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 E and 3 instances of F are the only resources available.Allocation EFGP0101P1112P2103P3200 Max EFGP0431P1214P2133P3541 From the perspective of deadlock avoidance, which one of the following is true? |
A. | The system is in safe state. |
B. | The system is not in state, but would be if one more instance of E were available |
C. | The system is not in safe state, but would be safe if one more instance of F were available |
D. | The system is not in state, but would be if one more instance of G were available |
Answer» B. The system is not in state, but would be if one more instance of E were available | |