Shortest Job Next (SJN) Scheduling: Jobs with the shortest execution time are given priority. It aims to minimize the average waiting time and turnaround time for jobs.
Round Robin (RR) Scheduling: Each job is assigned a fixed time slice (time quantum), and jobs are executed in a circular manner. If a job does not complete within its time slice, it is moved to the end of the queue to give other jobs a chance.
Shortest Job Next (SJN) Scheduling: Jobs with the shortest execution time are given priority. It aims to minimize the average waiting time and turnaround time for jobs.
Round Robin (RR) Scheduling: Each job is assigned a fixed time slice (time quantum), and jobs are executed in a circular manner. If a job does not complete within its time slice, it is moved to the end of the queue to give other jobs a chance.