Computer Science, asked by yusufansari2090, 8 months ago

addition of binary digit 101010+101010​

Answers

Answered by lisaweigie
0

Answer:

010100

Explanation:

In case of binary addition, when 1 is added to 1 it is equal to 0 and 1 carry forward to the next high order digit.

RULES:

  • 0+0=0
  • 0+1=1
  • 1+0=1
  • 1+1=0(With 1 to carry)
  • 1+1+1=0(With 1 to carry)
Similar questions