BINARY


Meaning of BINARY in English

Binary is a two-digit (Base-2) numerical system, which computers use to store data and compute functions. The reason computers use the binary system is because digital switches inside the computer can only be set to either on or off, which can be easily represented by a 1 or 0. Though the binary system consists of only 0's and 1's, the two digits can be used to represent any number. For example, 0 in binary represents 0, 1 represents 1 (2^0), 10 represents 2 (2^1), 11 represents 3 (2^1 + 2^0), 100 represents 4 (2^2), 101 represents 5 (2^2 + 2^0), 110 represents 6 (2^2 + 2^1), 111 represents 7 (2^2 + 2^1 + 2^0), 1000 represents 8 (2^3), etc.

English glossary of computer and Internet terms.      Английский глоссарий компьютерных и Интернет терминов.