Question:

Which of the following is not a type of process scheduling in operating systems?

Show Hint

Common process scheduling algorithms include FCFS, SJF, and RR. LJF is not widely used.
Updated On: Jun 17, 2025
  • First-Come-First-Served (FCFS)
  • Round Robin (RR)
  • Shortest Job First (SJF)
  • Longest Job First (LJF)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

First-Come-First-Served, Round Robin, and Shortest Job First are common types of process scheduling algorithms, whereas Longest Job First (LJF) is not a standard process scheduling algorithm.
Was this answer helpful?
0
0