The handling of units and their abbreviations causes many problems in technical documentation. There are three main areas of problems:
The SI system is based on powers of 10 and other simple relations between the units. An abbreviation for a unit typically consists of two parts: an abbreviation for the prefix indicating the power of 10, and the abbreviation for the unit. Example: "km": k= kilo = 1000; m = meter (the basic unitfor length). 1 km = 1000 meter.
The official power of 10 prefixes
are:
Factor | Prefix name | Prefix abbreviation |
1024 | yotta | Y |
1021 | zetta | Z |
1018 | exa | E |
1015 | peta | P |
1012 | tera | T |
109 | giga | G |
106 | mega | M |
103 | kilo | k |
102 | hecto | h |
101 | deca | da |
10-1 | deci | d |
10-2 | centi | c |
10-3 | milli | m |
10-6 | micro | µ (mu) |
10-9 | nano | n |
10-12 | pico | p |
10-15 | femto | f |
10-18 | atto | a |
10-21 | zepto | z |
10-24 | yocto | y |
Deci, centi, hecto and especially deca (da) are - with a few exceptions like hPa in meteology - not very much used. However, deci and centi is commonly used for a few daily measures, e.g. cm (centi-meter), dl (deci-litre) and cl (centi-litre). Check them before using them.
Only the terms pico to giga (in some professions also tera and/or femto) are generally known, even among technitians.
Note, that the prefixes above 103 are always written with UPPERCASE letters, the rest are always written with lowercase letters.
All units are based on the seven basic units (length, mass, time, electric current, thermodynamic temperature, matter, light). For practical reasons a large number of non-basic units has been defined, too, based on the seven basic units, e.g. Henry for electrical inductance. As a general rule, the abbreviations for these units are in UPPERCASE if the name of the unitis derived from a name (Henry was a person), and else they are in lowercase. This means, that if you don't know the origin of the unit, you must lookthe abbreviation up in a suitable reference.
The "de facto" standard (in accordance with "The Microsoft Manual of Style"), which has gained more and more general acceptance over the lastyears is as follow:
1 byte = 8 bits.
Bit is abbreviated "b".
Byte is abbreviated "B".
The prefixes for bits and bytes are the same as in the metric system, but here each power of 3 refers to 210 = 1024 instead of 1000. This means that 1 kB = 1024 bytes, 1 MB = 1024 kB = 10242 bytes= 1,048,576 bytes, 1 GB = 1024 3 = 1024 MB = 1,073,741,824 bytes, etc.
K is often used for kB, see
General pitfalls
below.
Uppercase K is a generally accepted abbreviation for kB (example: 360K = 360 kB). But don't use M and G the same way! And please note, that 360 K in other texts means 360 kelvin (360 K = 86.85 °C or 188.33 °F)!
Units may be used in singular
or plural form. That means, that 100 metre or 100 metres are equally correct!!!
Advice: be consistent. If you have a style-guide, make a rule here.
If you disagree with these ideas - or have other relevant points, experiences, or ideas +/-, please e-mail me !
Ideas for new "Tip of the month" subjects are very welcome, too!
Go to
last month's tip
.
Go to a list of old tips
.
Return to the User Friendly Manuals' homepage
.
.
.
.