COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In term of deadlock, What is safe sequence?
A
Sequence, where the chances of deadlock in the future
B
Sequence, where chances of deadlock is none
C
Sequence, where the deadlokc is already happed
D
Sequence, where OS remove the process
Explanation: 

Detailed explanation-1: -If a safe sequence does not exist, then the system is in an unsafe state, which MAY lead to deadlock. ( All safe states are deadlock free, but not all unsafe states lead to deadlocks. )

Detailed explanation-2: -An unsafe state is one in which there is at least one sequence of resource allocations to processes that does not result in a deadlock.

There is 1 question to complete.