Computer Science, asked by sahilverma20, 7 months ago

write the formula of binary addition?​

Answers

Answered by rakzhana01
2

Answer:

Rules of Binary Addition

Binary addition is much easier than the decimal addition when you remember the following tricks or rules Using these rules, any binary number can be easily added. The four rules of binary addition are:

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 =10

Answered by ItzAaryan
2

The binary number system uses only two digit 0 and 1 due to which their addition is simple .

There are four basic operation for binary addition , as mentioned below :-

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 = 10

The above first three equation are very identical to the binary digit number . The column by column addition of binary is applied below in details . Let us considered the addition of 11101 and 11011......

1 1 1 1 => Carry

1 1 1 0 1

(+) 1 1 0 1 1

__________________

1 1 1 0 0 0 __________________

The above sum is carried by following step :-

1 + 1 = 10 = 0 with a carry of 1 .

1 + 0 + 1 = 10 = 0 with a carry of 1 .

✌️Hope it helps you✌️

✌️Mark it as brainlist ✌️

Similar questions