Scheduling Algorithms

FIRST COME FIRST SERVE scheduling (FCFS)

scheduling related questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
SHORTEST JOB FIRST (SJF)

SJF scheduling premptive and non-premptive questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
Shortest Remaining Time First(SRTF)

SJF scheduling premptive and non-premptive questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
PRIORITY SCHEDULING (PS)

Priority Scheduling premptive and non-premptive questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
Preemptive Priority Scheduling

Priority Scheduling premptive and non-premptive questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
ROUND ROBIN Scheduling (RR)

questions are given with different time stamp like 1, 2, 3, 4 and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

Practice Here
MULTILEVEL QUEUE Scheduling (MLQ)

scheduling related questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here
MULTILEVEL FEEDBACK QUEUE Scheduling (MLFQ)

scheduling related questions are given and solution with Gantt charts, average turnaround time (TAT), and average waiting time (WT).

practice here