关于SRAM和DRAM的区别和用途,描述如下:
SRAM(Static Random Assessable Memory)-where the word static indicates that it, does not need to be periodically refreshed, as SRAM uses bistable latching circuitry (注:双稳态自锁电路)(i.e., flip-flops) to store each bit. Each bit is stored as a voltage(注:电压).Each memory cell requires six transistors,thus giving chip low density but high speed.However, SRAM is still volatile(注:这里可以理解为——不稳定的)in the (conventional) sense that data is lost when powered down. Disadvantages are more expensive and also consumes more power than DRAM.
In high speed processors (such as Pentium), SRAM is known as cache memory and is included
on the processor chip.However high-speed cache memory is also included external to the processor to improve total performance.
DRAM(Dynamic Random Assessable Memory)- Its advantage over SRAM is its structural
simplicity: only one transistor (MOSFET gates) and a capacitor (to store a bit as a charge) are required per bit, compared to six transistors in SRAM. This allows DRAM to reach very high density.Also it consumes less power and is even cheaper than SRAM (except
when the system size is less than 8 K) .
But the disadvantage is that since it stores bit information as charge which leaks;therfore information needs to be read and written again every few milliseconds.This is known as refreshing
the memory and it requires extra circuitry,adding to the cost of system.
本文详细介绍了SRAM和DRAM的区别和用途。SRAM使用双稳态自锁电路存储每个位,不需要周期性刷新,但数据在断电时会丢失;DRAM仅需一个晶体管和一个电容存储每个位,因此密度高且消耗功率少,但需要定期刷新。

5万+

被折叠的 条评论
为什么被折叠?



