Assume that 3 processes all with requirements of 1 second of CPU time each and…
Assume that 3 processes all with requirements of 1 second of CPU time each and no I/O arrive at the same time. What will be the average response time for the processes under FCFS scheduling?
Answer: 1 — Average response time = (Response Time of P1,P2,P3)/3 = (0+1+2)/3=1 sec.
Attempted by 133 students.
Show answer & explanation
Correct answer: 1
Average response time = (Response Time of P1,P2,P3)/3 = (0+1+2)/3=1 sec.
Loading lesson…