RAM
Ram stands for random access memory. Ram is
a form of computer data storage that stores data and machine code currently
being used. A random-access memory device allows data items to be read or
written in almost the same amount of time irrespective of the physical location
of data inside the memory. Usually, more than one bit of storage is accessed by
the same address, and RAM devices often have multiple data lines and said to be
“8 bit or 16 bit” etc.
Types of RAM
Two main types of RAM are:
- Static RAM
- Dynamic RAM
Static RAM
Static RAM is the full form of SRAM. In this type of RAM, data
is stored using the state of a six transistor memory cell. Static RAM is mostly
used as a cache memory for the processor (CPU).
Dynamic RAM
DRAM stands for Dynamic Random Access Memory. It is a type of
RAM which allows you to stores each bit of data in a separate capacitor within
a specific integrated circuit. Dynamic RAM is a standard computer memory of the
many modern desktop computers.
This type of RAM is a volatile memory that needs to be refreshed
with voltage regularly. Else it loses the information stored on it.
When we start our computer, then first of all programs,
instructions and data are temporarily loaded/ stored in RAM. When RAM ready for
the instructions and data then CPU performs the arithmetic and logical
operations.
Most of the computers have multiple slots for putting the RAM on
the motherboard. .
- RAM is a must to store the data for processing on CPU.
- More RAM is a factor to increase the speed of a computer.
- If CPU wants to read the data from RAM, then it is fast as compared to data access from hard disk, CD, DVD, Floppy, and USB.
Shortcomings of RAM
- Less RAM is
a factor to decrease the speed of a computer.
- If CPU
wants to read the data from RAM, then it is slow as compared to data
access from registers and cache.
- Dual channel RAM means that we are adding more channels of communication between the memory and the memory controller. So its increase data transfer speed.
- Faster
- Low power consumption
- Data storage
- Boot up
- dense
Post a Comment
If you have any doubts, please let me know