Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightOperating Systemchevron_rightProcess Synchronization

Process Synchronization MCQs

  • 11. A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
  • filter_dramaExplanation
    Answer is : B
    None.
  • 12. The segment of code in which the process may change common variables, update tables, write into files is known as ____________
  • filter_dramaExplanation
    Answer is : B
    None.
  • 13. Which of the following conditions must be satisfied to solve the critical section problem?
  • filter_dramaExplanation
    Answer is : D
    None.
  • 14. Mutual exclusion implies that ____________
  • filter_dramaExplanation
    Answer is : A
    None.
  • 15. Bounded waiting implies that there exists a bound on the number of times a process is allowed to enter its critical section ____________
  • filter_dramaExplanation
    Answer is : A
    None.
  • 16. A minimum of _____ variable(s) is/are required to be shared between processes to solve the critical section problem.
  • filter_dramaExplanation
    Answer is : B
    None.
  • 17. In the bakery algorithm to solve the critical section problem ____________
  • filter_dramaExplanation
    Answer is : B
    None.
  • 18. An un-interruptible unit is known as ____________
  • filter_dramaExplanation
    Answer is : B
    None.
  • 19. TestAndSet instruction is executed ____________
  • filter_dramaExplanation
    Answer is : C
    None.
  • 20. Semaphore is a/an _______ to solve the critical section problem.
  • filter_dramaExplanation
    Answer is : C

    A semaphore S is an integer variable that, apart from initialization, is accessed only through two standard atomic operations: wait() and signal().

leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points