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
What is the full form itc?
What is the multi-treade and models (explain each models)?
What killed mandla maseko?
To ensure one program doesnt corrupt other program in a Multi program enviornment what you should do?
Can chkdsk get stuck?
What is the difference between micro kernel and macro kernel?
What is the difference between process and program?
What is Scheduling algorithm?
What is a cache memory?
Explain what is meant by CORE DUMPS?
Explain what is meant by repetition of information and inability to represent information. Explain why each of these properties may indicate a bad relational database design.
What is the buddy system of memory allocation in operating system (os)?
what is the command to copy windows files (i386) without formatting OS?
Which is better 32 bit or 64 bit?
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.