Question

    A system is in a safe state

    when:
    A All processes are deadlocked Correct Answer Incorrect Answer
    B All requests can be granted at once Correct Answer Incorrect Answer
    C There exists a safe sequence Correct Answer Incorrect Answer
    D CPU is idle Correct Answer Incorrect Answer
    E No process is requesting Correct Answer Incorrect Answer

    Solution

    A system is in a safe state if there’s a way to allocate resources such that all processes complete without deadlock.

    Practice Next