What is Binary?

internet computers

Binary is a numeric system which uses two numerals to represent all real numbers. While the most common counting system, the decimal system, uses ten numerals, binary uses only 0 and 1.

Each digit in a binary number system therefore represents a power of two. The first digit on the right represents the 0th power, the second represents the 1st power, the third represents the 2nd power, and so on. So the number 1 in the decimal system is represented also as 1 in the binary system. The number 23, by contrast, is represented as 10111 (16+0+4+2+1).

The decimal system makes perfect sense for human beings to use. We have ten fingers and ten toes, so when early humans began counting things they turned to these readily available markers. Later, when systems of counting became codified, it was natural to convert the already used decimal system to a representational system. Binary is also a fairly natural system, however, since many things either 'are' or 'are not'. Many spiritualist traditions, such as the Pythagoreans and some Indian mystics, therefore made use of binary beginning in the 6th century BC.

In 1854, a central paper on binary systems was published by the mathematician George Boole. This paper laid out the groundwork for what would eventually be called Boolean algebra. With the advent of electronics, binary systems suddenly made incredible sense. Most electronic systems function on a switch-based system, with current either running or not running. In 1937, Claude Shannon set out the foundations for the theory of circuit design using binary arithmetic. In 1940, the age of binary computing began with the release of Bell Labs Complex Number Computer, which was able to perform extremely complex mathematical calculations using a binary system.

In a more general sense, binary systems can be anything which offers only two options, not necessarily limited to numerical systems. In the case of electronic switches, for example, the binary system consists of current-no current. A true-false exam is another example of a binary system. Yes-no questions are also binary in nature.

Mathematical methods exist for transforming binary numbers into decimal numbers, and visa-versa. There are also mathematical devices for performing functions such as addition, subtraction, multiplication and division in different base-systems, including binary. While conversion between binary and decimal is somewhat labored, converting between binary and octal or hexadecimal systems, base-eight and base-sixteen respectively, is much easier. This is because both eight and sixteen are powers of two, making them integrate well with binary systems. It is for this reason that both octal and hexadecimal are widely used base-systems in computer applications.

Related wiseGEEK articles

Category

wiseGEEK features

Subscribe to wiseGEEK


12
think of it in columns, just like the numbers you use every day. the number - 1,234 right? the four represents 4 of ones. the three represents 3 of tens. the two represents 2 of one hundreds. the one represents 1 of one thousand. you understand that the number 1,000 is actually just a representation of one thousand of a single number 1. binary is the same, but with different columns. instead of ones, tens, hundres, thousands, hundred-thousands, millions... you have ones, twos, fours, eights, sixy fours, etc. get it?
- anon49445
11
This wasn't very useful at all. it just sounds like abunch of numbers representing other numbers.
- anon49293
9
@8 Yes, that is correct. the far right column denotes you 2^0 which, if there is a 1 there, 2^0 equals 1, the second place is 2^1 which, following this pattern equals 2

so from 1 to 10: 1; 10; 11; 100; 101; 110; 111; 1000; 1001; 1010.

- anon43875
8
So, let me get this straight (Hopefully)

10100 = 20? If not. Why not?

- anon43411
7
I still do not understand this code. O.o
- anon42335
6
Hi According to your query a binary means on or off state for any data used digital world.
- Jahpanah
4
Well - After all the work I completed... it seems that absolutely no one wants the truth... So, I ask all of you, which includes the Editorial Staff:

'What is the definition of a Binary Number?'

Because I concluded that the definition of a Binary Number, must be defined as;

A Binary Number is the Exponent in a Base 2 Exponential Operation.

- anon17819
1
Typically in binary systems that need to indicate something is either yes/no or true/false, 0 is used for "no" or "false," and 1 is used for "yes" or "true."
- rjohnson

FREE: Subscribe to wiseGEEK

 
    learn more

our strict privacy policy ensures that your email address will be safe



Written by Brendan McGuigan
Last Modified: 20 October 2009

copyright © 2003 - 2009
conjecture corporation