Computer Science Notes

Notes From CS Undergrad Courses FSU

This project is maintained by awa03

CPU Scheduler

Scheduling Policies

FIFO

Round Robin

FIFO vs. Round Robin

Shortest Job First (SJF)

Shortest Remaining Time First (SRTF)

SJF & SRTF vs. FIFO and Round Robin

Drawbacks of Shortest Job First

Multilevel Queues (Priority Scheduling)

Lottery scheduling