Data Storage Units Explained
Modern computers store data in binary. Each step up the scale multiplies by 1,024: 1 KB = 1,024 B, 1 MB = 1,024 KB, 1 GB = 1,024 MB. Understanding these units helps when buying storage, comparing file sizes, or planning backups.
Bits vs Bytes
Internet providers quote speeds in Megabits per second (Mbps). File sizes are in Megabytes (MB). To download a 100 MB file at 100 Mbps it takes about 8 seconds — because 1 byte = 8 bits.
Comments