Mathematics Digital Electronics Number: Representation
Mathematics Digital Electronics Number: Representation
+ 0001
0010 (1 plus 1 is 10, carry the 1 to the next column)
0011
+ 0011
0110 (1 + 1 = 10, so carry; then 1 + 1 + 1 = 11, so carry again)
0011
+ 0101
1000 (carry in every column here)
Larger Numbers
Here are the numbers from 0 to 15, in binary:
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10
1011 = 11
1100 = 12
1101 = 13
1110 = 14
1111 = 15
How do we Count using Binary?
Binary
0
We start at 0
Then 1
???
Decimal
0
...
9
Start at 0
Count 1,2,3,4,5,6,7,8, and then...
This is the last digit in Decimal
10
Start at 0
Then 1
10
11
1 more
???
Decimal
99
100
Start at 0
Then 1
10
11
1 00
101
110
111
1 000
1001
And so on!
start back at 0 again, and add one to the number on the left...
... but that number is already at 1 so it also goes back to 0 ...
... and 1 is added to the next position on the left