Computer Science, asked by sara109, 1 year ago

binary addition of 10101+00111

Answers

Answered by subham1012
126
11100 this is the answer
Answered by anjalin
20

The binary addition of 10101 + 00111 is 11100

Explanation:

  • Binary addition means the addition operation carried out on base 2 numbers.
  • Binary addition is carried out by a half adder or a full adder circuit in electronics.
  • The fundamental rules of binary addition are:

         operator1      operator2            Sum      Carry

               0                    0                       0               0

               0                    1                        1                0

               1                     0                       1                0

               1                     1                        0               1

So, the binary addition of given numbers will be

                        1   1  1  

                   1   0   1   0   1

         +        0   0   1   1   1

       -------------------------------------

                    1  1   1   0   0  

Thus. the binary addition of 10101 and 00111 is 11100.

Similar questions