The Shortest Remaining Time (SRT) is the preemptive version of which…
2024
The Shortest Remaining Time (SRT) is the preemptive version of which scheduling algorithm?
Answer: D. Shortest Job Next (SJN) — Shortest Remaining Time (SRT) is the preemptive version of Shortest Job Next (SJN). SRT selects the process with the least remaining time, allowing preemption.
- A.
Round Robin (RR)
- B.
First Come First Serve (FCFS)
- C.
Priority
- D.
Shortest Job Next (SJN)
Attempted by 485 students.
Show answer & explanation
Correct answer: D
Shortest Remaining Time (SRT) is the preemptive version of Shortest Job Next (SJN). SRT selects the process with the least remaining time, allowing preemption.
Loading lesson…