Question:

In case of DMA, after the completion of the transfer, the processor is required to be notified of the completion. This is done through.

Show Hint

DMA works independently of the processor for data transfer and uses an interrupt signal to notify the processor when the transfer is complete.
Updated On: Dec 29, 2024
  • Burst Signal
  • Interrupt Signal
  • Acknowledgement Signal
  • Completion Signal
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In Direct Memory Access (DMA), after the transfer of data between peripherals and memory is completed, the processor needs to be notified so it can resume processing. This is typically done through an Interrupt signal, which halts the processor to notify it of the completion of the DMA transfer.
Was this answer helpful?
0
0