A state is safe if the system can allocate resources to each process (up to its maximum) in some order and still avoid deadlock. Then
* deadlocked state is unsafe
* unsafe state may lead to a deadlock situation
* deadlocked state is a subset of unsafe state
2) A state is safe if the system can allocate resources to each process (up to its maximum) in some order and still avoid deadlock. Then
Answer is:
all of these
Explanation:
Related Operating System MCQ with Answers
Answer is:
deadlock can never occur
Answer is:
all of these
Explanation:
The methods for dealing with the deadlock problem is
* Use a protocol to make sure that the system never enters in to the deadlock state.
* Allow the system to enter a deadlock state and then recover.
* Ignore the problem, and pretend that deadlocks never occur in the system. The UNIX operating system uses this solution.