Arithmetic Operations and Circuits - Technical MCQs

Q1:

Adding in binary, the decimal values 26 + 27 will produce a sum of:

A 111010

B 110110

C 110101

D 101011

ANS:C - 110101

The binary value for 26 is 11010 and for 27 is 11011.
By adding two nos we get 110101.