Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

RAM

BY TANAY
RAM

 Random-access memory (RAM) is the best-known form of computer


memory.
 RAM is considered a volatile memory, which means that the stored
information is lost when there is no power.
 RAM is made up of small memory chips that form a memory module.
Whenever you open a program, it gets loaded from the hard drive into the
RAM This is because of reading data from the RAM is much faster than
reading data from the hard drive.
Types of RAM

 Static RAM is a type of RAM that holds its data without external refresh, for
as long as power is supplied to the circuit. This is contrasted to dynamic
RAM (DRAM), which must be refreshed many times per second in order to
hold its data contents. SRAMs are used for specific applications within the
PC, where their strengths outweigh their weaknesses compared to DRAM.
 Dynamic RAM is the standard computer memory of the vast majority of
modern desktop computers. It is a volatile memory that needs to be
refreshed with voltage regularly, otherwise it loses the information stored
on it. DynamicRAM is also referred to as DRAM. Volatile means that it loses
the information stored on it as soon as power is withdrawn.
Differences

SRAM DRAM
 Requires less memory.  Requires more memory
 Access time is low.  Access time is more
 No need to refresh  Needs to be refreshed
 More power consumption.  Less power consumption
 Used in cache memory.  Used in main memory.

You might also like