Open In App

ISRO | ISRO CS 2020 | Question 41

Like Article
Like
Save
Share
Report

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


Last Updated : 04 Sep, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads