Study resource
Units of information revision notes
Study Units of information with curriculum-aligned Revision Notes resources, practice links, and exam-focused support.
At a glance
revision notes
Resource type
Topic
Units of information
Revision notes
Units of Information: Bits, Bytes and Prefixes
Bits and bytes
The bit is the fundamental unit of information. A bit has one of two possible values:
0or1. A byte is a group of 8 bits.Because each bit has two possible states, the number of different values that can be represented by
nbits is 2^n. For example, 3 bits can be configured in2^3 = 8different ways:000,001,010,011,100,101,110and111. The calculation counts every possible choice for each bit.A useful exam method is to identify the number of bits first, then apply
2^n. For example, 5 bits can represent2^5 = 32different values. This is a count of possible configurations; it does not by itself identify what the configurations mean.Binary prefixes
Binary prefixes describe quantities of bytes using powers of 2. The required binary prefixes are:
| Prefix name | Symbol | Value | |---|---:|---:| | kibi | Ki | 2^10 B | | mebi | Mi | 2^20 B | | gibi | Gi | 2^30 B | | tebi | Ti | 2^40 B |
For example,
1 KiB = 2^10 B.Decimal prefixes
Decimal prefixes describe quantities of bytes using powers of 10. The required decimal prefixes are:
| Prefix name | Symbol | Value | |---|---:|---:| | kilo | k | 10^3 B | | mega | M | 10^6 B | | giga | G | 10^9 B | | tera | T | 10^12 B |
For example,
1 kB = 10^3 B.Key distinction and common errors
Do not treat
KiBandkBas interchangeable.KiBuses the binary prefix kibi and means2^10 B, whereaskBuses the decimal prefix kilo and means10^3 B. The same distinction applies toMiBandMB,GiBandGB, andTiBandTB.Historically, terms such as kilobyte and megabyte have often been used when kibibyte and mebibyte were meant. In an exam, use the symbol and prefix given, and state whether the calculation uses a power of 2 or a power of 10.
Related topics
