CategoryTypeDescription
Memory TerminologyBitSmallest unit of memory, representing a binary digit (0 or 1)
ByteGroup of 8 bits, basic unit to store one character. Higher units: KB, MB, GB, TB, PB, EB
Memory WordSmallest amount of data a computer can process as a unit
Word SizeNumber of bits a CPU can process in a single operation (e.g., 32-bit, 64-bit)
Memory Built-up and Retention PowerChip MemoryFast memory in integrated circuits. Examples: RAM, ROM, Cache, Flash, Memory Cards, SSDs
Magnetic MemoryUses magnetized media. Examples: Magnetic Tapes, Magnetic Disks (HDDs)
Optical MemoryUses laser technology. Examples: CDs, DVDs, Blu-ray Discs
Main MemoryRAMVolatile memory for temporary storage of data and instructions in use
Cache MemorySmaller, faster volatile memory close to CPU for frequently used data
ROMNon-volatile memory for firmware and system software
Memory TypesVolatile MemoryLoses data when power is lost. Examples: RAM, Registers, Cache Memory
Non-Volatile MemoryRetains data when power is off. Examples: ROM, Flash Memory, Magnetic Storage, Optical Storage
PlantUML Diagram