System Administrator 2026
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 mentioned
A system has 12 magnetic tape drives and 3 processes : P0, P1, and P2. Process P0 requires 10 tape drives, P1 requires 4 and P2 requires 9 tape drives. advertisement Process P0 P1 P2 Maximum needs (process-wise: P0 through P2 top to bottom) 10 4 9 Currently allocated (process-wise) 5 2 2 Which of the following sequence is a safe sequence?
- A. P0, p1, p2
- B. P1, p2, p0
- C. P2, p0, p1
- D. P1, p0, p2