Question #126: Which of the following is not true?
Options:
- Long jobs can be starved in SJF (Shortest Job First) algorithm.
- Prediction of future is required in SRTF (Shortest Remaining Time First) algorithm.
- High turnaround time for equal length jobs in RR (Round Robin) algorithm.
- If pre-emption is allowed for SJF, it will be better than SRTF.
Solution: The correct answer is the last one. If pre-emption is allowed for SJF, it will be same as SRTF.