
DMA
Direct Memory Access (DMA) is a feature in computers that allows hardware devices (like disk drives or graphics cards) to transfer data directly to or from the memory without needing the central processing unit (CPU) to handle each bit. This streamlines data movement, reducing CPU workload and increasing efficiency. Essentially, DMA enables devices to communicate with memory independently, allowing the processor to focus on other tasks and improving overall system performance.