269 views
0 votes
0 votes
A total of 1000 processes (with all having different burst time) are already in the ready queue and it is already known that no upcoming processes will  ever enter the ready queue.If SJF scheduling algorithm is used to schedule the processes to execute.Then the system

A) is starvation free

B) suffers from starvation

1 Answer

0 votes
0 votes
Starvation free because starvation actually means unbounded waiting.

Since it is mentioned in the question that no upcoming processes will  ever enter the ready queue. There is a bound of maximum 999 process to wait for turn of a process.

Related questions

1 votes
1 votes
1 answer
2
FaisalSyed asked Mar 16, 2023
298 views
Does Waiting Time and Response TIme remains the same in Preemptive Scheduling Algorithm???