Working with computers requires knowing some terminology referring to large quantities of data. You are probably familiar with metric prefixes such as "kilo-" and "mega-" in terms like kilogram and megawatt from science classes. However, computers use base 2, not base 10, so the metric prefixes don't quite fit when referring to common computer quantities.
Table 15.2, “Prefixes for larger quantities” shows a separate set of binary prefixes representing powers of 2 that are close to the powers of 10 used by the metric prefixes. They use the same first two letters as the metric prefix, followed by 'bi' (from binary).
Metric and binary prefixes are often confused and interchanged. This is not a problem where precision is not critical, such as in casual conversation, since they represent similar values. For example, it is often stated that a computer has 4 gigabytes (4 * 109 bytes) of RAM, when in fact it has 4 gibibytes (4 * 230 bytes).
In fact, using binary terms like gibibyte in casual conversation with non-technical people might make them think you've been drinking too much.
Table 15.2. Prefixes for larger quantities
Metric prefix | Abbreviated | Value | Binary prefix | Abbreviated | Value |
---|---|---|---|---|---|
kilo- | K- | 10^3 | kibi- | Ki- | 2^10 (1,024) |
mega- | M- | 10^6 | mebi- | Mi- | 2^20 (1,048,576) |
giga- | G- | 10^9 | gibi- | Gi- | 2^30 (1,073,741,824) |
tera- | T- | 10^12 | tebi- | Ti- | 2^40 (1,099,511,627,776) |
peta- | P- | 10^15 | pebi- | Pi- | 2^50 (1.12589990684e+15) |
exa- | E- | 10^18 | exbi- | Ei- | 2^60 (1.15292150461e+18) |
zetta- | Z- | 10^21 | zebi- | Zi- | 2^70 (1.18059162072e+21) |
yotta- | Y- | 10^24 | yobi- | Yi- | 2^80 (1.20892581961e+24) |
The abbreviated forms of the binary prefixes are the same as the metric, but with an 'i' inserted. For example, 2 GB means 2 gigabytes, while 2 GiB means 2 gibibytes.
You meet an attractive fashion designer at a party who seems impressed that you're a computer engineer, and proceeds to tell you that [s]he just bought a new laptop with "16 gigabytes" of memory. The correct response (assuming you want the conversation to continue) is: