Round Robin
Definition – job in a queue are served in a round robin fashion; It is similar to FCFS scheduling; each job is allotted a certain slice of time; this type of scheduling algorithm is suited to time-sharing systems
Context Switches performed