Respuesta :

The only difference between binary addition and regular addition (decimal addition) is that binary addition uses a value of 2 rather than a value of 10.

What is binary addition?

The binary addition uses a value of 2.

  • If you add 8 plus 2 in decimal addition, you obtain 10, which you write as 10. In the sum, this results in a digit of 0 and a carry of 1.
  • Similar things happen in binary addition whenever you add 1 and 1. The outcome is always 2 but because 2 is expressed as 10 in binary, we obtain a digit 0 as well as a carry of 1 after adding 1 + 1 in binary.

Thus, in binary:

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 = 10 (which is 0 carry 1)

What is decimal addition?

Decimal numbers with digits 0 through 9 are also referred to as denary.

  • In every aspect of our daily lives, we employ decimal numerals.
  • Computers can't operate with decimal numbers like humans do.
  • Computers can only operate with binary numbers, as was previously stated.
  • To save decimal numbers on computers, binary numbers must be transformed.
  • They are changed from binary into decimal numerals whenever they are shown on the screen.

To know more about binary addition, here

https://brainly.com/question/8649831

#SPJ4

Answer:

Binary addition is much like your normal everyday addition (decimal addition), except that it carries on a value of 2 instead of a value of 10. For example: in decimal addition, if you add 8 + 2 you get ten, which you write as 10; in the sum this gives a digit 0 and a carry of 1.