Home / CSE MCQs / OS MCQs :: Deadlocks - Operating System

CSE MCQs :: OS MCQs

  1. One way to ensure that the circular wait condition never holds is to :
  2. A.
    impose a total ordering of all resource types and to determine whether one precedes another in the ordering
    B.
    to never let a process acquire resources that are held by other processes
    C.
    to let a process wait for only one resource at a time
    D.
    All of these