Data Size Vocabulary
Read and say data sizes correctly in English — from bytes to petabytes, in context.
Data size quick guide
- B = byte | KB = kilobyte (10³) | MB = megabyte (10⁶) | GB = gigabyte (10⁹)
- TB = terabyte (10¹²) | PB = petabyte (10¹⁵) | EB = exabyte (10¹⁸)
- IEC binary: KiB (kibibyte = 2¹⁰), MiB (mebibyte = 2²⁰), GiB (gibibyte = 2³⁰)
- Disk uses decimal (GB); RAM and OS often use binary (GiB)
0 / 5 completed
1 / 5
A data engineer says: "We're ingesting about 2 _____ of raw logs per day across all services." Which unit fits a large daily log volume?
TB (terabytes) is the typical scale for daily log volumes in medium-to-large production systems. GB is more common for small services. PB is hyperscale (cloud providers, major platforms). MB would be unusually small.