Match the following List-I List-II A. Disk Scheduling 1. Round Robin B. Batch…

2022

Match the following

List-I

List-II

A. Disk Scheduling

1. Round Robin

B. Batch Processing

2. Scan

C. Time Sharing

3. LIFO

D. Interrupt Processing

4. FIFO

Answer: C. A-2, B-4, C-1, D-3The correct matching is A-2, B-4, C-1, D-3. Disk Scheduling algorithms often use the SCAN algorithm (2). Batch Processing systems typically process jobs in…

  1. A.

    A-3, B-4, C-2, D-1

  2. B.

    A-4, B-3, C-2, D-1

  3. C.

    A-2, B-4, C-1, D-3

  4. D.

    A-3. B-4, C-1, D-2

Attempted by 807 students.

Show answer & explanation

Correct answer: C

The correct matching is A-2, B-4, C-1, D-3. Disk Scheduling algorithms often use the SCAN algorithm (2). Batch Processing systems typically process jobs in FIFO order (4). Time Sharing operating systems use Round Robin scheduling for CPU allocation (1). Interrupt Processing usually involves stack-based context switching which follows LIFO principles (3).

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…