SV
StudyVirus
Get our free app!Download Free

Memory Units

Computers · मेमोरी इकाइयां

📋Quick Overview

Computer memory stores data and instructions. Memory is measured in bits and bytes. 1 byte = 8 bits. Memory hierarchy goes from registers (fastest, smallest) to secondary storage (slowest, largest). RAM (Random Access Memory) is volatile (data lost when power off), while ROM (Read Only Memory) is non-volatile.

1 Byte = 8 Bits; 1 KB = 1024 Bytes; 1 MB = 1024 KB; 1 GB = 1024 MB; 1 TB = 1024 GB

RAM is volatile (temporary); ROM is non-volatile (permanent)

📖Memory Units

UnitSizeEquivalent
BitSmallest unit0 or 1 (Binary Digit)
Nibble4 bitsHalf a byte
Byte8 bits1 character (e.g., A, 5, @)
Kilobyte (KB)1024 Bytes≈ 1 page of text
Megabyte (MB)1024 KB≈ 1 photo or 1 min MP3
Gigabyte (GB)1024 MB≈ 1 movie or 250 songs
Terabyte (TB)1024 GB≈ 500 hours of movies
Petabyte (PB)1024 TB≈ Entire Netflix library x3

📖Types of Memory

TypeNatureSpeedExample
RAMVolatile (temporary)FastDRAM, SRAM, DDR4, DDR5
ROMNon-volatile (permanent)Slower than RAMPROM, EPROM, EEPROM
CacheVery fast, smallFastest after registersL1, L2, L3 cache
SecondaryNon-volatile, largeSlowestHDD, SSD, USB, CD/DVD
Flash MemoryNon-volatileFastPen drive, SD card, SSD

📝Memory Tricks

📝Exam Corner — Most Asked

📝Quick Revision — One-Liners