Computer Science, asked by sandeepsingh14, 10 months ago

Add the following to binary number: a) 10110111 and 1100101 b) 110101 and 10111 c) 110111.110 and 11011101.010 d) 1110.110 and 11010.011​

Answers

Answered by mariospartan
19

Answers of adding the binary number:

  • 100011100
  • 1001100
  • 100010101.000
  • 101001.001

Explanation:

Binary addition is simpler and easier, as they contain only 1’s and 0’s. Binary addition involves adding signed, unsigned and fraction based binary numbers. Adding binary fraction will be the same as adding signed binary numbers, except that the interpretation of results varies.

The rule for binary addition will be:

  • 0 + 0 = 0, having no carrier value,
  • 1 + 0 = 1, having no carrier value,
  • 0 + 1 = 1, having no carrier value,
  • 1 + 1 = 0, and having 1 as carrier value.
Answered by premarazak
2

Answer:

math. question answer=11101011

Similar questions