Storage Devices
Storage Devices
Storage Devices
Types of Memory
RAM
ROM
RAM (Random Access Memory) − It stands for Random Access Memory.
RAM is a read /writes memory. It is referred as main memory of the
computer system. It is a temporary memory. The information stored in RAM
is lost whenever the power supply to the computer is switched off.
Static RAM − Static RAM also known as SRAM. In this RAM the information is stored
as long as the power supply is ON. SRAM are of higher coast and consume more
power .They have higher speed than Dynamic RAM
Dynamic RAM − Dynamic RAM also known as DRAM, This type of RAM stores
information in a very short time basically, a few milliseconds even though the power
supply is ON. The Dynamic RAM is cheaper and of moderate speed and also they
consume less power.
ROM (Read Only Memory) − It stands for Read Only Memory. ROM is a
permanent type of memory. ROM information is not lost when power supply
is switched off. The Content of ROM is inserted by the computer
manufacturer and permanently stored at the time of manufacturing. ROM
cannot be overwritten by the computer. It is also called Non- Volatile
Memory.
PROM (Programmable Read Only Memory) − It is used to write data once and read
many. Once a chip has been programmed, the recorded information cannot be changed. It
is a non-volatile memory.
EPROM (Erasable Programmable Read Only Memory) − EPROM chip can be
programmed by erasing the information stored earlier in it. Information stored in EPROM
exposing the chip for ultraviolet light.
EEPROM (Electrically Erasable Programmable Read Only Memory) − It is
programmed and erased by special electrical waves in milliseconds. A single byte of data
or the entire contents of the device can be erased.
Floppy Disks
Magnetic (Hard) Disk
Magnetic Tapes
Pen Drive
Winchester Disk
Optical Disk(CD,DVD)
Difference between primary memory and secondary memory
The memory devices used for primary The secondary memory devices are
memory are semiconductor memories. magnetic and optical memories.
Examples: RAM, ROM, Cache memory, Examples: Hard Disk, Floppy Disk,
PROM, EPROM, Registers, etc. Magnetic Tapes, etc.
Cache Memory
Cache memory is a high-speed memory, which is small in size but faster than the
main memory (RAM). The CPU can access it more quickly than the primary memory.
So, it is used to synchronize with high-speed CPU and to improve its performance.
Cache memory can only be accessed by CPU. It can be a reserved part of the main memory
or a storage device outside the CPU. It holds the data and programs which are frequently
used by the CPU. So, it makes sure that the data is instantly available for CPU whenever the
CPU needs this data. In other words, if the CPU finds the required data or instructions in the
cache memory, it doesn't need to access the primary memory (RAM). Thus, by acting as a
buffer between RAM and CPU, it speeds up the system performance.