Computer Science, asked by jasvirsingh984334, 9 months ago

perform the binary addition on the following 1 0 1 0 1 + 0 0 1 1 1​

Answers

Answered by engikd199359
5

Answer : 11100

See at my attachment attached

Attachments:
Answered by pragyakirti12345
0

Answer: 1 1 1 0 0

Concept : Binary Addition

Given : The given binary numbers are : 10101, 00111

To Find : Addition of :  10101 and 00111

Explanation:

Binary addition is the addition of numbers in binary format. Binary addition follows some rules for addition of binary numbers :

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 = 10  (0 is written in column, and 1 is carried)

THE ADDITION OF THE GIVEN NUMBERS ARE :

    1 0 1 0 1

+   0 0 1 1 1

    1 1 1 0 0

Addition of the two numbers give the result : 11100

#SPJ3

Similar questions