1100101 and 111010 binary addition
Answers
Answered by
0
Answer:
1200101
Step-by-step explanation:
1 1 0 0 1 0 1
+ 1 1 1 0 10
---------------------
1200101
Answered by
10
In order to understand binary addition, just take a look at the table given below :
Similarly,
From right to left :-
→ 1 + 0 = 1 (Carry 0)
→ 0 + 1 = 1 (Carry 0)
→ 1 + 0 = 1 (Carry 0)
→ 0 + 1 = 1 (Carry 0)
→ 0 + 1 = 1 (Carry 0)
→ 1 + 1 = 0 (Carry 1)
→ 1 + 1(Carry) = 0 (Carry 1)
→ 1 (Carry) = 1
Therefore, we get that :
_______________________________
- Binary is a number system having 2 as its base.
- It represents numeric values using two characters, 0 and 1.
[In computer science, base is defined as number of digits in the number system.]
Some other number systems :
- Decimal number system
- Octal number system
- Hexadecimal number system
Similar questions