InterviewSolution
Saved Bookmarks
| 1. |
Suppose there are four processes in execution with 12 instances of a Resource R in a system.The maximum need of each process and current allocation are given below:With reference to current allocation, is system safe ? If so, what is the safe sequence ?(A) No(B) Yes, P1P2P3P4(C) Yes, P4P3P1P2(D) Yes, P2P1P3P4 |
| Answer» | |