Recent questions tagged process-scheduling

21 votes
5 answers
31
Which one or more of the following $\text{CPU}$ scheduling algorithms can potentially cause starvation?First-in First-OutRound RobinPriority SchedulingShortest Job First
0 votes
1 answer
37
1 votes
1 answer
38
0 votes
3 answers
40
If we are using non-preemptive CPU scheduling then can there be process state transition from running to ready state?