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
Give some benefits of multithreaded programming.
What is the difference between tty and pts?
What is significance of semaphores? What are the different types of semaphores?
What are significance of semaphores?
Is 32 gigs of ram overkill?
Explain the resident set and working set of a process?
What is the important aspect of a real-time system?
Explain about Different types of real-time scheduling?
What is the concept of reentrancy?
Explain the trda?
What differences are there between a semaphore wait signal and a condition variable wait signal?
What is banker's algorithm?
What is fragmentation? Different types of fragmentation?
What is a virtual memory?
Do I install 32 bit or 64 bit office?