Direct Memory Access-DMA
MCS-012 Computer Organisation and Assembly Language programming What is the advantage of DMA? Devices that use DMA provide one significant advantage over devices that do not. What is this advantage? A) Devices that can use DMA are designed for low power consumption, making them perfect for laptops. B) DMA-capable hard drives have much higher seek times than those drives that don’t support DMA. C) A device that supports DMA supports faster CPUs than those devices without DMA support. D) A DMA-capable device can communicate directly with memory, bypassing the CPU. https://www.professormesser.com/free-a-plus-training/a-plus-pop-quizzes/what-is-the-advantage-of-dma/ Direct memory access (DMA) is a method that allows an input/output (I/O) device to send or receive data directly to or from the main memory, bypassing the CPU to speed up memory operations. The process is managed by a chip known as a DMA controller (DMAC). A computer's system resource tools are used for communication...