1,120 views
1 votes
1 votes
Does FCFS suffer from starvation?

1 Answer

Related questions

905
views
1 answers
0 votes
iarnav asked Jul 17, 2018
905 views
Let's say we have four processes as (P1, P2, P3, P4) and have Arrival time as (0,1,2,3) respectively, but all of them has same CPU Burst time as (10ms) then does SRTF will simply be behaving like FCFS?
1.5k
views
1 answers
1 votes
Rohit Gupta 8 asked Oct 28, 2017
1,545 views
Round robin will always result in better output compared to FCFS. Is this statement TRUE?I know statement is FALSE when time quantum of RR is greater than longest CPU ... , so isn't its answer will be FALSE because it talking of "always".
481
views
1 answers
0 votes
legacy asked Nov 27, 2022
481 views
] Our CPU is currently idle and the current time is labeled time 0. Four processes arrive to the ready queue at the following times and with ... for each process. Also calculate the average turnaround time for each scheduling algorithm.
449
views
1 answers
1 votes
iarnav asked Jan 12, 2022
449 views
Does non preemptive CPU scheduling needs hardware support.kindly explain.