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 cpu scheduler?

685


What is LiveLock?

766


Discuss some of the reasons for implementing process migration ?

2720


What is sock_stream?

651


Explain the triple channel architecture?

869






What is 32 bit operating system?

705


Given a Pid, how will you distinguish whether it is a process or a thread?

699


What is long term scheduler in operating system (os)?

651


Describe horizontal scalability and vertical scalability.

703


Why do we need inter process communication?

723


What do you mean by a process?

672


What is so-dimm in reference to ram?

658


Can I change a 32 bit to 64 bit?

625


What is belady's anomaly?

617


How do I make a bootable usb drive?

641