Binary Addition
Binary Addition
Starter
What is
8+
2
We get ten,
• which you write as 10;
• A digit 0 and a carry of 1
Learning Objectives
You will learn:
0+0=0
0+1=1
1+0=1
1 + 1 = 0 Carry 1 = 10
1 + 1 + 1 = 1 Carry 1 = 11
Another method
1. Think of it in binary terms
2. In the 1 column we have two bits so that is a total of 2 in denary 2
3. 2 written in binary is 10
Lets try this now
What is this in denary?
Lets try this now
1. How much is this in denary?
2. This is 5 in denary.
3. 5 in binary is 101 in binary
Another Example
How many bits are there in each column?