Binary number: Difference between revisions

Content deleted Content added
Line 35:
:100101<sub>2</sub> (a subscript indicating base-2 notation)
 
When spoken, binary numerals are usually pronounced by pronouncing each individual digit, in order to distinguish them from decimal numbers. For example, the binary numeral "100" is pronounced "one zero zero", rather than "one hundred", to make its binary nature explicit, and for purposes of correctness. Since the binary numeral "100" is equal to the decimal value four, it would be confusing, and numerically incorrect, to refer to the numeral as "one- hundred."
 
==Counting in binary==