Home / CSE MCQs / OS MCQs :: Discussion

Discussion :: OS MCQs

  1. If the kernel is single threaded, then any user level thread performing a blocking system call will :
  2. A.
    cause the entire process to run along with the other threads
    B.
    cause the thread to block with the other threads running
    C.
    cause the entire process to block even if the other threads are available to run
    D.
    None of these

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    None.


Be The First To Comment