Leading zero
A leading zero is any 0 digit that comes before the first nonzero digit in a number string in positional notation. For example, James Bond's famous identifier, 007, has two leading zeros. Any zeros appearing to the left of the first non-zero digit before the decimal point do not affect its value, and can be omitted with no loss of information. Therefore, the usual decimal notation of integers does not use leading zeros except for the zero in the ones place, which would be denoted as an empty string otherwise. However, for digits after the decimal point, the leading zeros between the decimal point and the first nonzero digit are necessary for conveying the magnitude of a number and cannot be omitted, while trailing zeros – zeros occurring after the decimal point and after the last nonzero digit – can be omitted without changing the meaning.
Occurrence
Often, leading zeros are found on non-electronic digital displays or on such electronic ones as seven-segment displays, that contain fixed sets of digits. These devices include manual counters, stopwatches, odometers, and digital clocks. Leading zeros are also generated by many older computer programs when creating values to assign to new records, accounts and other files, and as such are likely to be used by utility billing systems, human resources information systems and government databases. Many digital cameras and other electronic media recording devices use leading zeros when creating and saving new files to make names of the equal length.Leading zeros are also present whenever the number of digits is fixed by the technical system, but the stored value is not large enough to result in a non-zero most significant digit. The count leading zeros operation efficiently determines the number of leading zero bits in a machine word.
Leading zeros can have its meaning for various reasons:
- in data where, for any reason, a standard data length is required or expected, e.g. in identifiers like James Bond as 007.
- in cases where the digit does not represent a value but a distinguishing character, for example in telephone numbers
- in numerical codes where the meaning of digits is dependent on their position
In most countries other than the United States, numbers between 0 and 1, expressed as a decimal, include a zero before the decimal point while in the United States this zero is often omitted.
Advantages
Collation
Leading zeros are used to make ascending order of numbers correspond with alphabetical order: e.g., 11 comes alphabetically before 2, but after 02. This does not work with negative numbers, though, whether leading zeros are used or not: −23 comes alphabetically after −01, −1, and −22, although it is less than all of them.Error prevention
Leading zeros in a sentence also make it less likely that a careless reader will overlook the decimal point. For example, in modern pharmacy there is a widely followed convention that leading zeros before a decimal must not be omitted from any dose or dosage value in drug prescribing. Meanwhile, trailing zeros are forbidden. In both cases, the intention is to prevent misreading and the resultant misdose by one or several orders of magnitude.Fraud prevention
Leading zeros can also be used to prevent fraud by filling in character positions that might normally be empty. For example, adding leading zeros to the amount of a check makes it more difficult for fraudsters to alter the amount of the check before presenting it for payment.Zero as a prefix
A prefix0 is used in C to specify string representations of octal numbers, as required by the ANSI C standard for the strtol function in the library. Many other programming languages, such as Python, Perl, Ruby, PHP, and the Unix shell bash also follow this specification for converting strings to numbers. As an example, "0020" does not represent 2010, but rather 208 = 1610. Decimal numbers written with leading zeros will be interpreted as octal by languages that follow this convention and will generate errors if they contain "8" or "9", since these digits do not exist in octal. This behavior can be a nuisance when working with sequences of strings with embedded, zero-padded decimal numbers to facilitate alphabetical sorting or when validating inputs from users who would not know that adding a leading zero triggers this base conversion.In Czechia, a zero prefix was formerly used as one of ways how to indicate a type of house number. As the standard house numbers, conscription house numbers are used. However, for temporary and recreational structures, a special number series of registration house numbers is used. This type is distinguished by any prefix, by a distinguishing text or abbreviation or by color of the sign.