Computers do not speak human languages like English or Hindi; they operate exclusively on binary digits (bits) representing two distinct physical electrical states: 0 (OFF / low voltage) and 1 (ON / high voltage). All digital assets—including text, high-definition videos, 3D games, and audio tracks—are fundamentally stored as long sequences of 0s and 1s.
The Memory Measurement Hierarchy
| Unit Name | Symbol | Exact Equivalence | Real-World Practical Example |
|---|---|---|---|
| Bit (Binary Digit) | b | Single 0 or 1 | A single light switch state (ON/OFF). |
| Nibble | - | Group of 4 bits | One hexadecimal digit (e.g., 1010 = A). |
| Byte | B | Group of 8 bits | Stores exactly 1 typed character (e.g., "A", "7", "@"). |
| Kilobyte | KB | 1,024 Bytes ($2^{10}$) | A short text paragraph or email message (~2 KB). |
| Megabyte | MB | 1,024 KB ($2^{20}$ Bytes) | A high-quality MP3 song (~4-8 MB) or digital photo. |
| Gigabyte | GB | 1,024 MB ($2^{30}$ Bytes) | A full HD 1080p feature film (~2-4 GB). |
| Terabyte | TB | 1,024 GB ($2^{40}$ Bytes) | Modern laptop internal SSD / external backup drive (1-2 TB). |
| Petabyte | PB | 1,024 TB ($2^{50}$ Bytes) | Cloud data center daily video storage (e.g., YouTube server arrays). |
| Exabyte | EB | 1,024 PB ($2^{60}$ Bytes) | Global internet monthly data traffic estimates. |