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

Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.

1611


Define the difference between preemptive and nonpreemptive scheduling.

799


Describe Inter Machine Communication?

907


How do I find a file path on a mac?

768


How do I check my filesystem?

823


Tell me when does the condition 'rendezvous' arise?

867


Differentiate between pre-emptive and non-pre-emptive scheduling.

965


What do you mean by a process?

821


Explain trashing?

749


Enumerate the different RAID levels.

826


What is feram?

798


What is asynchronous task?

723


What is cpu scheduler?

825


What does the safe mode do?

751


Do you know what is a binary semaphore? What is its use?

836