1.

What is the addition of the binary numbers 11011011010 and 010100101?(a) 0111001000(b) 1100110110(c) 11101111111(d) 10011010011I have been asked this question in an interview for internship.The origin of the question is Arithmetic Operation topic in chapter Number System and Codes of Digital Circuits

Answer»

Correct OPTION is (c) 11101111111

The best I can EXPLAIN: The rules for BINARY Addition are :

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 = 0 ( CARRY 1)



Discussion

No Comment Found

Related InterviewSolutions