Monday, February 15, 2016

Binary Addition

Adding Binary Numbers

  • Addition of binary numbers is a very straightforward process.
  • When one more is added to the highest digit, that digit becomes zero and a 1 is carried to the next-highest digit position.
Add the following binary numbers.
1101
+1001
=10110

0101
+1001
=1110

1101
+1111
=11100



Related topics:
Counting in Decimal, Binary, Hexadecimal   |   Binary Subtraction   |   Hex Addition   |   Hex Subtraction   |   Hexadecimal to Decimal Conversion

List of topics: Microcomputer

No comments:

Post a Comment