Multiple choice

SRTN stands for

  1. shortest remaining time next

  2. smallest remaining time next

  3. shortest routing time next

  4. shortest remaining task next

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SRTN (Shortest Remaining Time Next) is a preemptive CPU scheduling algorithm. When a new process arrives, the scheduler compares the remaining burst time of the current process with the new arrival and selects the one with the shortest remaining time.