InterviewSolution
Saved Bookmarks
| 1. |
What is DMA? Explain with example. |
|
Answer» ____________________________________♥.Stands for "Direct Memory Access." DMA is a method of transferring data from the computer's RAM to another PART of the computer without PROCESSING it USING the CPU. ... For example, a sound card may need to access data stored in the computer's RAM, but since it can process the data itself, it may USE DMA to BYPASS the CPU.___________________________________________ |
|