Search Search Any Topic from Any Website Search
Important Types of Computer Memory Besides cache memory and RAM , computers use several other important types of memory. Here are the most common ones: 1. ROM (Read-Only Memory) Stores permanent instructions needed to start the computer. Data remains even when power is off. Used for firmware like the BIOS. Examples of ROM types: PROM (Programmable ROM) EPROM (Erasable PROM) EEPROM (Electrically Erasable PROM) 2. Registers The fastest memory in a computer . Located inside the CPU . Stores very small pieces of data temporarily while the CPU processes instructions. 3. Virtual Memory Uses part of the hard drive or SSD to act like extra RAM. Helps when the system runs out of RAM. Slower than real RAM. 4. Secondary Memory (Storage) Used for long-term storage . Examples: Hard Disk Drive (HDD) Solid State Drive (SSD) USB Flash Drive Memory Cards 5. Flash Memory Non-volatile memory (data stays without powe...