Adding binary
When two numbers are added together in denaryThe number system most commonly used by people. It contains 10 unique digits 0 to 9. Also known as decimal or base 10., we take the first number, add the second number to it and get an answer. For example, 1 + 2 = 3.
When we add two binaryA number system that contains two symbols, 0 and 1. Also known as base 2. numbers together the process is different.
There are four rules that need to be followed when adding two binary numbers. These are:
- 0 + 0 = 0
- 1 + 0 = 1
- 1 + 1 = 10 (said one zero and is binary for 2)
- 1 + 1 + 1 = 11 (said one one and is binary for 3)
Example
Let鈥檚 try adding together two binary numbers: 0101 0011 and 0111 0110.
To get to the answer, use the following method:
1 of 9
End of image gallery