Differences between DRAM and SRAM?
Answer Posted / syed murtaza
DRAM stands for dynamic Random Access Memory. In DRAM, individual cells are made by using capacitors. This type of memory is used in most of the computers. In order to maintain data in DRAM chip, it must be refreshed with electric charge frequently (or periodically). Otherwise data stored in DRAM my be lost. During refreshing process, CPU has to wait for writing and reading data to and from the DRAM. Therefor it is slow memory.
SRAM.
SRAM stants for Static Random Access memory. In SRAM, indidual cells are made by using digital gates. Each cell can hold its value without any need to refresh it frequently. It is faster than DRAM; because it does not have to be refreshed with electric charge frequently. CPU does not have to wit to access data from SRAM. The SRAM chips utilize less power. The SRAM chip is more expensive than the DRAM chip.
In most modern computer SRAM technology is used to build very fast memory. This memory is known as the cache memory.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What is the critical path in a SRAM?
Why do we gradually increase the size of inverters in buffer design? Why not give the output of a circuit to one large inverter?
Write a VLSI program that implements a toll booth controller?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
Explain what is the depletion region?
What are the different gates where boolean logic are applicable?
Implement a function with both ratioed and domino logic and merits and demerits of each logic?
In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?
Implement a function with both ratioes and domino logic and merits and demerits of each logic?
Write a program to explain the comparator?
Tell me how MOSFET works.
what are three regions of operation of MOSFET and how are they used?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.
What are the different design techniques required to create a layout for digital circuits?