Question:medium

In an I/O system, 'Direct Memory Access (DMA)' is used to:

Show Hint

DMA is essential for "Block-oriented" devices. Without DMA, modern high-speed gaming and video processing would be impossible as the CPU would be 100% occupied just moving data from the disk to the RAM.
Updated On: Jul 4, 2026
  • Allow the CPU to execute I/O instructions faster.
  • Transfer data between I/O devices and memory without continuous CPU intervention.
  • Synchronize the speeds of the CPU and the disk.
  • Prevent deadlocks in peripheral devices.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0

Top Questions on Computer Organization and Architecture