Mark True or False for each statement below. 1. In modern op…
Mark True or False for each statement below. 1. In modern operating systems, data exchange between the user and an I/O device always bypasses the kernel. [1] 2. Programmed I/O with polling requires the CPU to continuously check if a device is ready for data transfer. [2] 3. Interrupts allow a device to notify the CPU when it is ready, which is more efficient than polling. [3] 4. In Direct Memory Access (DMA), the CPU directly manages data transfers between memory and the I/O device. [4] 5. In a programmed I/O interrupt-driven approach, the CPU is blocked until the device has completed its task. [5]
Read Details