Difference between static and dynamic RAM?

Answer Posted / rohan

Dynamic RAM is the most common type of memory in use today.
Inside a dynamic RAM chip, each memory cell holds one bit
of information and is made up of two parts: a transistor
and a capacitor. These are, of course, extremely small
transistors and capacitors so that millions of them can fit
on a single memory chip. The capacitor holds the bit of
information -- a 0 or a 1 (see How Bits and Bytes Work for
information on bits). The transistor acts as a switch that
lets the control circuitry on the memory chip read the
capacitor or change its state.

Static RAM uses a completely different technology. In
static RAM, a form of flip-flop holds each bit of memory
(see How Boolean Gates Work for detail on flip-flops). A
flip-flop for a memory cell takes 4 or 6 transistors along
with some wiring, but never has to be refreshed. This makes
static RAM significantly faster than dynamic RAM. However,
because it has more parts, a static memory cell takes a lot
more space on a chip than a dynamic memory cell. Therefore
you get less memory per chip, and that makes static RAM a
lot more expensive.

So static RAM is fast and expensive, and dynamic RAM is
less expensive and slower. Therefore static RAM is used to
create the CPU's speed-sensitive cache, while dynamic RAM
forms the larger system RAM space.

Is This Answer Correct ?    74 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a device queue?

743


Explain the difference between load-time dynamic linking and run-time dynamic linking?

634


Explain what is meant by CORE DUMPS?

684


Can I have two browsers on my computer?

579


Why is 32 bit called x86 and not x32?

639






How many types of file systems are there?

639


What is hard disk?

690


Hi All, Can any one post a MS-DOS command/ utility tool, that modifies large size(nGBs) log file into MBs form the begining of log file? I will appreciate if any one give correct answer to this question. Thanks

1538


Tell me is windows nt a full blown object oriented operating system? Give reasons?

785


What is an immutable object? How can it help in writing a concurrent application?

645


How do I stop apps from running in the background?

596


What does echo $$ do?

627


Can you fix blue screen of death?

620


Should I install 32 or 64 bit?

659


Can chkdsk damage a hard drive?

749