Which of the following scheduling techniques is the most widely used in a time shared operating system?

A. Round Robin
B. Shortest Job First
C. Elevator
D. First Come First Serve

Answer

Correct Answer: A. Round Robin


Detailed About MCQs

Round robin is used in a time-shared operating system, as it is more responsible. Time slices are assigned to each process in equal portions and in circular order, handling all processes without priority.