Explanation:
DRAM (Dynamic RAM) uses capacitors to store bits; they leak charge and must be refreshed periodically. SRAM uses flip-flops and does not need refreshing.
Explanation:
A write buffer holds data to be written to memory, allowing the CPU to continue execution while the write operation completes asynchronously.
No comments yet. Be the first to start the discussion!