ISRO | ISRO CS 2020 | Question 41
Which of the following algorithms defines time quantum ?
(A) shortest job scheduling algorithm
(B) round robin scheduling algorithm
(C) priority scheduling algorithm
(D) multilevel queue scheduling algorithm
Answer: (B)
Explanation: In round robin CPU scheduling algorithm, time slices (also known as time quantum) are assigned to each process in equal portions and in circular order, handling all processes without priority (also known as cyclic executive).
Option (B) is correct.
Quiz of this Question
Please Login to comment...