Q1. Match the following – List –I A: Disk Scheduling B. Batch Processing C. Time Sharing D. Interrupt Processing List – II 1. Round Robin 2. Scan 3. LIFO 4. FIFO Code -
Explanation
Disk scheduling is matched with SCAN because SCAN is a named disk-scheduling algorithm that moves the disk arm back and forth. Batch jobs are commonly served in first-in-first-out order, while round-robin is the standard time-sharing scheduler because it gives each ready process a time quantum. Interrupt handling saves and restores processor context on a stack, so the last saved context is restored first; hence the mapping A-2, B-4, C-1, D-3 makes option C correct.
