Home / Computer Science / Operating System :: Discussion

Discussion :: Operating System

  1. What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?

  2. A.

     preemptive scheduling

    B.

     non-preemptive scheduling

    C.

     FIFO

    D.

     FCFS

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Preemptive Scheduling: A scheduling discipline is preemptive if, once a process has been given the CPU can taken away. The strategy of allowing processes that are logically runable to be temporarily suspended is called Preemptive Scheduling and it is contrast to the "run to completion" method.


Be The First To Comment