3.3. Binary and Its Advantages

Binary means “two states.” The two states are alternatively called “1” and “0”, “true” and “false”, or “on” and “off”. But no matter what we call them, the essential characteristic is that a single binary device can be in just one of two possible states.

A good example is a toggle switch, such as a light switch. You can turn it on or off but not (in normal operation) anything else. A light switch holds one bit of information.

A light dimmer is not a binary device: it has many positions between off and fully on. If you want a light dimmer to be set to 25%, you must carefully adjust it.

There are many advantages to binary. Here are four (somewhat overlapping) important reasons for using binary:

  1. Binary devices are Simple and easy to build

    An on/off switch is simple and easy to build. An on/off switch moves two pieces of metal together or moves them apart. A light dimmer must gradually and smoothly change the current that reaches the light. It has more components that an on/off switch and must be carefully assembled. An accurate dimmer (where 25% means exactly 25%) is even harder to build.

    The same is true for the tiny devices inside a silicon chip. On/off switches are relatively easy to fabricate. The devices are cheap, small, and reliable, and millions of them fit into a small area.

  2. Binary signals are Unambiguous (which gives them noise immunity)

    It is easy to look at a digital signal that is only supposed to be on or off and decide which it is supposed to be. Even if there is a bit of noise, we should be able to clearly tell what the signal is supposed to be

  3. Flawless copies can be made of binary data

    Remember this picture?

    Noise in a digital signal

    Imagine now we are trying to copy the red signal but produce the grey one. When we attempt to read the copy, we can easily tell what the signal was supposed to be and restore it to the correct value. Because any noise introduced with a copy can be immediately filtered out, we can copy the information as many times as needed without worrying about the errors compounding. This is essential in a computer system, where bit patterns (patterns of one and zero, or on and off) are copied back and forth between the processor and memory millions of times a second. The copies have to be perfect.

  4. Anything that can be represented with some sort of pattern can be represented with a binary pattern

    It might seem hard right now to imagine how we could represent things as diverse as numbers, music, images and text can all be represented by just “on” and “off”. But we will learn tricks for converting anything that can be represented as any kind of pattern using just these two values.

Self Check

Materials on this page adapted with permission from from:
Introduction to Computer Science using Java by Bradley Kjell (CC BY-NC 3.0)
You have attempted of activities on this page