InterviewSolution
Saved Bookmarks
| 1. |
The two ways of aborting processes and eliminating deadlocks are ____________(a) Abort all deadlocked processes(b) Abort all processes(c) Abort one process at a time until the deadlock cycle is eliminated(d) All of the mentionedI have been asked this question in an internship interview.Asked question is from Deadlock Recovery in portion Deadlocks of Operating System |
|
Answer» The CORRECT choice is (c) Abort ONE PROCESS at a time until the DEADLOCK cycle is eliminated |
|