Operating Systems Concepts - Engineering

Q1:

The strategy of allowing processes that are logically runnable to be temporarily suspended is called

A preemptive scheduling

B non preemptive scheduling

C shortest job first

D first come first served

E None of the above

ANS:A - preemptive scheduling

Round robin is a premtitve scheduling method where each process is executed for certain peroid of time no matter the priority.