Google News
logo
Operating System - Quiz(MCQ)
In Operating Systems, which of the following is/are CPU scheduling algorithms?
A)
Priority
B)
Round Robin
C)
Shortest Job First
D)
All of the above

Correct Answer :   All of the above


Explanation :

In Operating Systems, CPU scheduling algorithms are :

i) First Come First Served scheduling
ii) Shortest Job First scheduling
iii) Priority scheduling
iv) Round Robin scheduling
v) Multilevel Queue scheduling
vi) Multilevel Feedback Queue scheduling

All of these scheduling algorithms have their own advantages and disadvantages.

Advertisement