RAM

RAM stands for Random Access Memory. In a device, RAM is basically used as a common type of memory. RAM got its name because it can be accessed randomly. Random access means that each individual byte that is used in the entire memory can be accessed directly so RAM is also known as "Direct Access Memory".  RAM is used to store data and instructions temporarily. A program must be loaded into RAM before execution. RAM is used in a device as read and write memory. The User can write information to it and read information from it. RAM is made in electronic chips made of so-called semiconductor material, just like processors and many other types of chips. In RAM, transistors make up the individual storage cells which can each remember an amount of data, for example, 1 or 4 bits – as long as the PC is switched on.


There are very important working of  RAM in the processing speed of a computer. The amount of space for processing depends upon the size of RAM. So we can increase the processing speed of the device by increasing the size of RAM. The amount of data that can be stored in RAM is measured in bytes. Most desktop computers typically have 2 GB to 4 GB of RAM. Users have the opportunity to increase the size of RAM if it is needed.

RAMs are volatile in nature which means that it only retains memory only when RAM is connected to the power. It means contents that are stored in RAM will be lost when the power supply is disconnected. It is known as Random memory as the memory cells can be accessed from or to many locations, and the access to these memory cells takes the same time without taking any account of the exact location.

Related Article: eMMC Storage, Its Benefits And Characteristics, eMMC VS SSD. FAQs

Different Types Of RAM

There are two types of RAM:-


1. ) SRAM:- Static Random Access Memory,

2. ) DRAM:- Dynamic Random Access Memory.

SRAM

SRAM stands for Static Random Access Memory. According to the construction of SRAM, Flip-flops are used for retaining memory SRAM. An SRAM includes Four to six transistors along with some wiring which is used by flip-flops to construct a memory cell. This memory can store information till the power supply is on. They store information in Hip-Hope. Static RAM is significantly faster than dynamic RAM, Never has to be refreshed. However, while constructing an SRAM, more parts are used, so a static RAM cell takes up 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. Static RAM is used to create the CPU’s speed-sensitive cache, while dynamic RAM forms the larger system RAM space.

DRAM

DRAM stands for Dynamic Random Access Memory. A DRAM constructing by using a transistor and a capacitor to form a memory cell standing for a single bit of data. Similar to a microprocessor chip is an Integrated Circuit (IC) made of millions of transistors and capacitors.   The capacitor holds the bit of information – a 0 or a 1. The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state. Therefore it needs refreshing dynamically, and therefore is known as the dynamic type of memory. Therefore, for dynamic memory to work, either the CPU or the Memory Controller has to come along and recharge all of the capacitors holding it before they discharge. To do this, the memory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second. It provides more memory per chip due to a lesser number of components in comparison to SRAM.

Related Article: What Is CMOS Battery, BIOS? How Do These Work? How To Clear CMOS? How To Replace It? FAQs

Difference Between SRAM And DRAM

◆  SRAM’s access time is a lot faster than DRAM’s. SRAM's access time is about 10 nanoseconds; DRAM’s access time is about 60 nanoseconds.

◆  The cycle time of SRAM is shorter because it does not need to stop between accesses to refresh.

◆  Static RAM is used to create the CPU’s speed-sensitive cache, while dynamic RAM forms the larger system RAM space.

◆  Flip-flops are used for retaining memory by SRAM. Four to six transistors are used by flip-flops for a memory cell. DRAM is made by using a transistor and a capacitor to form a memory cell standing for a single bit of data.

◆  SRAM retains stored information only as long as the power supply is on. DRAM loses its stored information in a very short time even when the power supply is on. DRAM.

◆  SRAM can store data without any need for frequent recharging.DRAM requires an electric current to maintain its electrical state.

 ◆  CPU does not need to wait to access data from SRAM during processing. That is why SRAM is faster than DRAM.

◆  As SRAM need not of frequent recharging so SRAM utilizes less power than DRAM.

◆  SRAM is more expensive compared to DRAM.

Continue Reading .........