Task 2: Place the following numbers into their correct columns and then write them as a binary number by combining them together and finally work out the decimal total by adding together the column headings which contain a 1
Computers use binary to store data. A binary digit, more commonly known as a bit, is the smallest piece of data possible in a computer system, it is either a 1 or a 0.
The circuits in a computer's processor are made up of billions of transistors. A transistor is a microscopic device that open and close circuits to allow electrical signals to either flow or not flow through the circuit. The digits 1 and 0 used in binary reflect the on and off states of a transistor.
Computer programs, as you know them, are known as a "high-level language" and although may be full of technical jargon are more human-friendly than the language used by computers. The high-level languages must be converted into machine code which are binary commands to tell the computer what to do, where to store the data and where they are in the program.
All software, programs, images, music, documents, video and any other information that is processed by a computer is stored using these on/off electrical pulses in the computer and can be represented in binary.