Question:

Which of the following frees the CPU from having to deal with transfer of memory to or from I/O device?

Show Hint

DMA helps in offloading data transfer tasks from the CPU, improving overall system efficiency, especially in high-speed applications.
Updated On: Jun 16, 2025
  • Interrupts
  • Direct Memory Access
  • Buffer cache
  • Device Driver
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Direct Memory Access (DMA) allows peripherals to transfer data to and from memory without involving the CPU. This frees the CPU from handling the memory transfer process and allows it to focus on other tasks. Interrupts notify the CPU when attention is needed, but DMA handles the data transfer itself.
Was this answer helpful?
0
0