Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

ISRO | ISRO CS 2020 | Question 41

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Last Updated : 04 Sep, 2020
Like Article
Save Article
Similar Reads