Binary is a numerical notation that has 2 as a base. In computing, a binary digit, or bit, of 1 or 0 is used to represent whether electricity is switched on (1) or off (0). This process of electricity being switched on and off happens on billions of transistors (tiny switches) inside the computer’s processor. In this way, binary is used to store data inside a computer processor.
Computers can only read and understand binary. When a computer programmer writes a program for example, the computer code is converted by a translator into binary instructions that the processor can execute. In fact, everything on the computer is represented as streams of binary numbers, including audio, images and characters. Each set of binary numbers is encoded in different patterns, which give them meaning. The code 01000100 could be the number 67, the character B, or the colour of an image.
This is a list of specific applications of binary: