Match List - I with List - II.
|
List - I (Algorithms) |
List - II (Characteristics) |
||
|
A. |
First Come First Served (FCFS) |
I. |
Each process is assigned a priority. |
|
B. |
Shortest Job First (SJF) |
II. |
Ensures fair allocation of CPU time by assigning time slice. |
|
C. |
Round Robin (RR) |
III. |
Processes are executed in the order they arrive. |
|
D. |
Priority Scheduling |
IV. |
Select the process for execution with smallest next Burst time. |
Choose the correct answer from the options given below:
1
(A) - (II), (B) - (III), (C) - (IV), (D) - (I)
2
(A) - (II), (B) - (IV), (C) - (III), (D) - (I)
3
(A) - (III), (B) - (IV), (C) - (II), (D) - (I)
4
(A) - (III), (B) - (IV), (C) - (I), (D) - (II)