Match List I with List II List I (Algorithms) List II (Characteristics) (A)…

2024

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 a time slice.

(C) Round Robin (RR) (III) Processes are executed in the order they arrive.

(D) Priority Scheduling (IV) Selects the process for execution with the smallest next burst time.
Choose the correct answer from the options given below :

  1. A.

    (A)-(II), (B)-(III), (C)-(IV), (D)-(I)

  2. B.

    (A)-(II), (B)-(IV), (C)-(III), (D)-(I)

  3. C.

    (А)-(III), (B)-(IV), (C)-(II), (D)-(I)

  4. D.

    (А)-(III), (B)-(IV), (C)-(I), (D)-(II)

Attempted by 438 students.

Show answer & explanation

Correct answer: C

Correct matching and brief explanations:

  • (A) First Come First Served (FCFS): Processes are executed in the order they arrive (III). FCFS does not use time slices or priorities.

  • (B) Shortest Job First (SJF): Selects the process with the smallest next CPU burst time (IV).

  • (C) Round Robin (RR): Ensures fair allocation of CPU time by assigning fixed time slices (II).

  • (D) Priority Scheduling: Each process is assigned a priority and scheduling is based on those priorities (I).

Therefore the correct mapping is: (A)-(III), (B)-(IV), (C)-(II), (D)-(I).

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor