Question
Which CPU scheduling algorithm gives preference to processes with shorter CPU burst times?
1 point
First Come First Serve - FCFS
Priority Scheduling
Round Robin (RR)
Shortest Job Next (SJN)
1 point
First Come First Serve - FCFS
Priority Scheduling
Round Robin (RR)
Shortest Job Next (SJN)
Answers
GPT-4o mini
The CPU scheduling algorithm that gives preference to processes with shorter CPU burst times is **Shortest Job Next (SJN)**. This algorithm selects the process that has the shortest expected processing time remaining.