Related Questions

A scheduling algorithm assigns priority proportional to the waiting time of a process. Every process starts with priority zero (the lowest priority). The scheduler re-evaluates the process priorities everyT time units and decides the next process to schedule. Which one of the following is TRUE if theprocesses have no I/O operations and all arrive at time zero?
SSTF algorithm, like SJF __________ of some requests.
The SJF algorithm executes first the job
The real difficulty with SJF in short term scheduling is ____________
A scheduling algorithm can use either ___________ priority or ________ priority.