solve 1) 1 1 1 + 1 0 0 computer science class 11th
Answers
Answered by
4
Binary Addition :
0 + 0 = 1
0 + 1 = 1
1 + 0 = 1
1 + 1 = 0 {carry over = 1}
Add 111 with 100
0 + 1 = 1
0 + 1 = 1
1 + 1 = 0 { carry over = 1}
Therefore, The answer is 1011
Similar questions