Home / CSE MCQs / OS MCQs :: CPU Scheduling - Operating System

CSE MCQs :: OS MCQs

  1. Which module gives control of the CPU to the process selected by the short-term scheduler?
  2. A.
    dispatcher
    B.
    interrupt
    C.
    scheduler
    D.
    none of the mentioned

  3. The processes that are residing in main memory and are ready and waiting to execute are kept on a list called:
  4. A.
    job queue
    B.
    ready queue
    C.
    execution queue
    D.
    process queue

  5. The interval from the time of submission of a process to the time of completion is termed as:
  6. A.
    waiting time
    B.
    turnaround time
    C.
    response time
    D.
    throughput

  7. Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?
  8. A.
    first-come, first-served scheduling
    B.
    shortest job scheduling
    C.
    priority scheduling
    D.
    none of the mentioned

  9. In priority scheduling algorithm:
  10. A.
    CPU is allocated to the process with highest priority
    B.
    CPU is allocated to the process with lowest priority
    C.
    equal priority processes can not be scheduled
    D.
    none of the mentioned

  11. In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared with the priority of:
  12. A.
    all process
    B.
    currently running process
    C.
    parent process
    D.
    init process

  13. Time quantum is defined in:
  14. A.
    shortest job scheduling algorithm
    B.
    round robin scheduling algorithm
    C.
    priority scheduling algorithm
    D.
    multilevel queue scheduling algorithm

  15. Process are classified into different groups in:
  16. A.
    shortest job scheduling algorithm
    B.
    round robin scheduling algorithm
    C.
    priority scheduling algorithm
    D.
    multilevel queue scheduling algorithm

  17. In multilevel feedback scheduling algorithm:
  18. A.
    a process can move to a different classified ready queue
    B.
    classification of ready queue is permanent
    C.
    processes are not classified into groups
    D.
    none of the mentioned

  19. Which one of the following can not be scheduled by the kernel?
  20. A.
    kernel level thread
    B.
    user level thread
    C.
    process
    D.
    none of the mentioned