DRAM
Dynamic Random Access Memory
DRAM stands for Dynamic Random Access Memory. It is a type of computer memory that stores data temporarily and is used by the CPU (Central Processing Unit) to access frequently used data quickly. DRAM is a volatile memory, meaning it loses its stored data when the power is turned off. It is commonly used as the main memory in personal computers, servers, and mobile devices. DRAM cells store data as electric charge in capacitors, which need to be refreshed constantly to maintain their stored value. DRAM has a higher capacity and lower cost per bit compared to SRAM, but it is slower and consumes more power.
Comments
Post a Comment