/SO_PROC

07-01-23 atividade de sistemas operacionais

Primary LanguagePython

SO_PROC

A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms.

First-Come, First-Served (FCFS) Scheduling
Shortest-Job-Next (SJN) Scheduling
Priority Scheduling
Shortest Remaining Time
Round Robin(RR) Scheduling

image