174k views
0 votes
What are various types of RAM? explain them.​

User Giri
by
7.8k points

2 Answers

4 votes

Answer:

Although all RAM basically serves the same purpose, there are a few different types commonly in use today:

1.Static RAM (SRAM)

2.Dynamic RAM (DRAM)

3.Synchronous Dynamic RAM (SDRAM)

4.Single Data Rate Synchronous Dynamic RAM (SDR SDRAM)

5.Double Data Rate Synchronous Dynamic RAM (DDR SDRAM, DDR2, DDR3, DDR4)

User Janen R
by
6.6k points
7 votes
There are two main types of RAM: Dynamic RAM (DRAM) and Static RAM (SRAM).
DRAM (pronounced DEE-RAM), is widely used as a computer’s main memory. Each DRAM memory cell is made up of a transistor and a capacitor within an integrated circuit, and a data bit is stored in the capacitor. Since transistors always leak a small amount, the capacitors will slowly discharge, causing information stored in it to drain; hence, DRAM has to be refreshed (given a new electronic charge) every few milliseconds to retain data.
SRAM (pronounced ES-RAM) is made up of four to six transistors. It keeps data in the memory as long as power is supplied to the system unlike DRAM, which has to be refreshed periodically. As such, SRAM is faster but also more expensive, making DRAM the more prevalent memory in computer systems.
User Pragmateek
by
7.5k points