Computer Science, asked by tejeshreena8944, 1 year ago

What is Random Access Memory and how is it use?

Answers

Answered by ViratKohli36184
6
RAM stands for Random access Memory, which makes it possible to find specific information very quickly. It is a form of fast - access, volatile storage that is used as the main memory in computer systems. The most widely used form of RAM for the main memory is dyanamic RAM (DRAM).
Answered by homosapiens45
2

Random Access Memory (RAM) is the internal memory of the CPU for storing data, program, and program result.

RAM is considered volatile memory, which means that the stored information is lost when there is no power.


RAM is of two types

1)Static  RAM       (SRAM)

2)Dynamic RAM  (DRAM)


Static RAM (SRAM)

The word static means it holds the data in a static form as long as power is being supplied.

Information is stored in the form of bits.

SRAM consists of internal flip-flops.

The main characteristic of Static RAM are :              

Long life ; faster ; large size ; High power consumption ; Used as Cache memory ; Expensive


Dynamic RAM (DRAM)

Dynamic RAM is a type of memory that is used for data or program code that a computer processor needs to function.

Information is stored in the form of charge.

DRAM consists of MOS transistors and capacitors.

The main characteristics of Dynamic RAM are :

Short data life time ; slower compared to SRAM ; Less power consumption ; used as RAM ; Less expensive.





Similar questions