InterviewSolution
Saved Bookmarks
| 1. |
A state is safe, if ____________(a) the system does not crash due to deadlock occurrence(b) the system can allocate resources to each process in some order and still avoid a deadlock(c) the state keeps the system protected and safe(d) all of the mentionedI had been asked this question in an interview for job.This intriguing question comes from Deadlock Avoidance topic in portion Deadlocks of Operating System |
|
Answer» The CORRECT option is (B) the SYSTEM can ALLOCATE resources to each process in some order and still AVOID a deadlock |
|