194k views
5 votes
Add two binary numbers. The result shall be a binary number. 101.01 + 11.11

1 Answer

4 votes

Final answer:

To add two binary numbers, we can add them digit by digit, starting from the rightmost digit. If the sum is 0, write 0. If the sum is 1, write 1. If the sum is 2, write 0 and carry a 1. If the sum is 3, write 1 and carry a 1. The final answer is 1000.00 in binary.

Step-by-step explanation:

To add two binary numbers, we can add them digit by digit, starting from the rightmost digit. If the sum of two digits is 0, we write 0. If the sum is 1, we write 1. If the sum is 2, we write 0 and carry a 1 to the next digit. If the sum is 3, we write 1 and carry a 1 to the next digit. In this case, the addition would be:

101.01
+ 11.11
________
1000.00

The final answer is 1000.00 in binary.

User Antony
by
7.4k points