Question:

Match List-I with List-II.

List-IList-II
A. Shortest First Served SchedulingI. CPU is allocated to the process with the highest priority
B. Shortest Job First SchedulingII. The process that requests the CPU first is allocated the CPU first
C. Priority SchedulingIII. The algorithm associates with each process the length of the next CPU burst
D. Round-Robin SchedulingIV. A pre-emption is added to switch between processes


Choose the correct answer from the options given below:

Show Hint

Remember: SJF → shortest burst, Priority → importance, Round Robin → time sharing.
Updated On: Jun 5, 2026
  • A-II, B-III, C-I, D-IV
  • A-III, B-II, C-I, D-IV
  • A-II, B-III, C-IV, D-I
  • A-III, B-I, C-II, D-IV
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Different CPU scheduling algorithms assign CPU based on different criteria.

Step 1:
Match A. Shortest First Served is similar to First Come First Serve: \[ \Rightarrow \text{CPU allocated to first requester} \] \[ A \rightarrow II \]

Step 2:
Match B. Shortest Job First: \[ \Rightarrow \text{based on CPU burst time} \] \[ B \rightarrow III \]

Step 3:
Match C. Priority Scheduling: \[ \Rightarrow \text{highest priority first} \] \[ C \rightarrow I \]

Step 4:
Match D. Round Robin: \[ \Rightarrow \text{time slicing (preemption)} \] \[ D \rightarrow IV \]

Step 5:
Final mapping. \[ A-II,\ B-III,\ C-I,\ D-IV \] \[ \boxed{(1)} \]
Was this answer helpful?
0
0

Top CUET PG Synchronization Questions