Shortest Remaining Time First Scheduling C Program

preview_player
Показать описание
---------------------------------------------------------------------------------------------

SRTF scheduling C Code with arrival time explained line by line
Рекомендации по теме
Комментарии
Автор

Design a scheduling program that is capable of scheduling many processes that comes in at some time interval and are allocated the CPU not more that 10 time units. CPU must schedule processes having short execution time first. CPU is idle for 3 time units and does not entertain any process prior this time. Scheduler must maintain a queue that keeps the order of execution of all the processes. Compute average waiting and turnaround time.

rudrisanthosh
Автор

Can we do shortest remaining time first preemptive if we have time quantum of 2ms

chetansharma
Автор

when i ran this code cmpiler stooped working after taking first input. plz telll me how to solve this

akashnadeem
Автор

bro can u give any suggestions to do this question how to do this, pls bro

rudrisanthosh