Computer memory: -
Memory is an internal storage area in computer system. It hold data, instruction and intermediate result and supply these information to other units of computer when require. There are two type of memory use in computer are primary memory and secondary memory.
Primary Memory: -
Primary memory holds only those data and instruction on which computer is currently working. It has limited storage capacity and data is erased in case of power switched off. These are semiconductor memory and faster than secondary memory.
Ex- RAM, ROM
RAM (Random Access Memory)-
RAM is the internal memory of CPU for storing data, program and result. It is a read/write memory which store data until system is working and when system is switched off, data is erased. RAM is a volatile memory utilized by CPU. RAM is of two types
- Static RAM (SRAM)
- Dynamic RAM (DRAM)
- PROM (Programmable Read Only Memory)
- EPROM (Erasable Programmable Read Only Memory)
- EEPROM (Electrically Erasable Programmable Read Only Memory)
- Magnetic Storage- Hard disk, Floppy disk, Magnetic tape etc.
- Optical Storage- CD, DVD, BD
- Solid State Storage- SSD, Memory Stick, USB Memory
0 Comments