...
Process-Scheduling
November 30, 2023
OOPS
November 30, 2023
Process-Scheduling
November 30, 2023
OOPS
November 30, 2023

Process-Scheduling

Question 8

Which of the following scheduling algorithms is non-preemptive?

A
Round Robin
B
First-In First-Out
C
Multilevel Queue Scheduling
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *