Adding Binary Numbers
Adding Binary Numbers
Binary numbers: a number system that uses only two digits (0 and 1) to represent all values.
Importance of binary numbers in computing: computers use binary numbers to store and process data.
Examples of binary numbers: 1010, 1101, 0110
Examples of their decimal equivalents: 1010 = 10, 1101 = 13, 0110 = 6
Solution:
Solution:
Exercises
Add the following binary numbers base on the given problems.
Solution:
1 1
1 1 1 0
+ 1 1 0 1
=1 1 0 1 1