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

CSE MCQs :: OS MCQs

  1. A Process Control Block(PCB) does not contain which of the following :
  2. A.
    code
    B.
    stack
    C.
    Process State
    D.
    I/O status information
    E.
    bootstrap program

  3. The number of processes completed per unit time is known as __________.
  4. A.
    output
    B.
    Throughput
    C.
    Efficiency
    D.
    Capacity

  5. The state of a process is defined by :
  6. A.
    the final activity of the process
    B.
    the activity just executed by the process
    C.
    the activity to next be executed by the process
    D.
    the current activity of the process

  7. Which of the following is not the state of a process ?
  8. A.
    new
    B.
    old
    C.
    Waiting
    D.
    Running
    E.
    Terminated

  9. The Process Control Block is :
  10. A.
    Process type variable
    B.
    Data Structure
    C.
    a secondary storage section
    D.
    a Block in memory

  11. The entry of all the PCBs of the current processes is in :
  12. A.
    Process Register
    B.
    Program Counter
    C.
    Process Table
    D.
    Process Unit

  13. The degree of multi-programming is :
  14. A.
    the number of processes executed per unit time
    B.
    the number of processes in the ready queue
    C.
    the number of processes in the I/O queue
    D.
    the number of processes in memory

  15. A single thread of control allows the process to perform :
  16. A.
    only one task at a time
    B.
    multiple tasks at a time
    C.
    All of these

  17. Which of the following do not belong to queues for processes ?
  18. A.
    Job Queue
    B.
    PCB queue
    C.
    Device Queue
    D.
    Ready Queue

  19. When the process issues an I/O request :
  20. A.
    It is placed in an I/O queue
    B.
    It is placed in a waiting queue
    C.
    It is placed in the ready queue
    D.
    It is placed in the Job queue