Process-Scheduling
November 30, 2023OOPS
November 30, 2023Process-Scheduling
|
Question 8
|
Which of the following scheduling algorithms is non-preemptive?
|
Round Robin
|
|
|
First-In First-Out
|
|
|
Multilevel Queue Scheduling
|
|
|
Multilevel Queue Scheduling with Feedback
|
Question 8 Explanation:
First-in first-out scheduling algorithm is non-preemptive. In this whichever the process enter into ready queue first that will be served first.
Correct Answer: B
Question 8 Explanation:
First-in first-out scheduling algorithm is non-preemptive. In this whichever the process enter into ready queue first that will be served first.
