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

CSE MCQs :: OS MCQs

  1. Which of the following does not interrupt a running process ? 
  2. A.
    A device
    B.
    Timer
    C.
    Scheduler process
    D.
    Power failure

  3. Several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called a(n) ____.
  4. A.
    Shared Memory Segments
    B.
    Entry Section
    C.
    Race condition
    D.
    Process Synchronization

  5. Which of the following state transitions is not possible ?
  6. A.
    blocked to running
    B.
    ready to running
    C.
    blocked to ready
    D.
    running to blocked

  7. Which of the following is not a characteristic of virus ?
  8. A.
    Virus destroy and modify user data
    B.
    Virus is a standalone program
    C.
    Virus is a code embedded in a legitimate program
    D.
    Virus cannot be detected.