Computer Memory (1)
Computer Memory (1)
Primary memory is only the memory that is directly access to the CPU.
RAM
The complete name of RAM is random access memory which is also known as
Primary memory.
It is called read/write memory because data can be read as well as write in RAM.
It is called random access because you can directly access any data from RAM if
you know row & column cell.
The RAM chip is fixed on the mother board & the mother board is designed in
such a way that its memory capacity can be enhanced by adding more RAM chip.
RAM is a VOLETILE memory.
DRAM:
Dynamic Random Access Memory is a volatile memory that allows fast access to
data and is ideal for use as the primary store of computer systems.
However, the information is stored as electrical charges and the charges need to
be constantly refreshed in order for the data to be maintained.
SRAM:
ROM
PROM
Programmable Read Only Memory is a non-volatile memory which allows the user to
program the chip with a PROM writer.
The chip can be programmed once, thereafter, it cannot be altered.