Question

    In the context of synchronization, what is a deadlock?

    A A situation where two or more threads are racing to access a resource Correct Answer Incorrect Answer
    B A condition where a process cannot be terminated Correct Answer Incorrect Answer
    C A situation where two or more processes are unable to proceed because they are each waiting for a resource held by the other Correct Answer Incorrect Answer
    D A condition where a process is stuck in an infinite loop Correct Answer Incorrect Answer

    Solution

    A situation where two or more processes are unable to proceed because they are each waiting for a resource held by the other

    Practice Next

    Relevant for Exams:

    ×
    ×