Match List-I with List-II. $$ \begin{array}{|c|l|} \hline \textbf{List-I (CPU Scheduling Algorithm)} & \textbf{List-II (Feature)} \\ \hline (A)\ \text{FCFS} & (I)\ \text{FCFS + preemption} \\ \hline (B)\ \text{Round Robin} & (II)\ \text{Allows the processes to move between queues} \\ \hline (C)\ \text{Multi level queue scheduling} & (III)\ \text{Often long average waiting time} \\ \hline (D)\ \text{Multi-level Feedback Queue} & (IV)\ \text{Permanent assignment of processes to one specific queue} \\ \hline \end{array} $$
Step-by-step Solution:
We are asked to match CPU scheduling algorithms with their key features.
Thus, the correct matching is:
(A)-(III), (B)-(I), (C)-(IV), (D)-(II)
Answer: Option B