Difference between static and dynamic RAM?

Answer Posted / rohan nimbalkar

Dynamic RAM

The most common form of RAM in a computer is dynamic RAM.
Each chip contains millions of tiny memory cells made up of
a transistor and a capacitor, and can contain one bit of
information – a 0 or a 1. In order to store a bit of
information, the computer needs to put a tiny amount of
power into the cell to charge the capacitor, but this energy
leaks out quickly. So to keep information in dynamic RAM,
your computer needs to recharge all the cells in the memory
chip every few milliseconds, or all the data is lost. This
constant refreshing gives dynamic RAM its name.

Static RAM
On the other hand, works with a completely different
technology. Each cell holds a bit of information that can be
flip-flopped, from 0 to 1, and doesn’t need to be refreshed;
although, it requires more transistors to make it work.
Because it never needs to be refreshed, it uses less power
and operates much more quickly. But it’s much more expensive
to manufacture.
All modern computers use a tiny amount of static RAM, as a
cache close to the CPU where it’s most needed to help
perform calculations quickly, and then larger quantities of
dynamic RAM to hold programs and data.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is basic concept of operating system?

568


Which program files folder is 64 bit?

685


Which is the best operating system for pc?

542


Explain the difference between logical & physical address.

627


Do I install 32 bit or 64 bit office?

544






Binding of instructions and data to memory?

673


Describe main memory and secondary memory storage in brief.

592


Is intel core i5 64 bit or 32 bit?

524


How do I use i3?

593


Explain the different types of fragmentation?

704


What replaced ifconfig?

563


Explain ddks?

589


What are deadlock prevention techniques?

616


How do I scan a usb drive for errors?

552


Can you please explain the difference between load-time dynamic linking and run-time dynamic linking?

570