Relative Content

Tag Archive for operating-systemschedulingjob-scheduling

Is the response time and waiting time always the same in FCFS?

From my understanding since FCFS is non-preemptive, the time until it is selected by the scheduler for the first time is the same as the total time spent in the ready queue, thus the response time is always the same as the waiting time. But my professor says in some cases it isn’t true.