Digital Arithmetic Operations and Circuits - Technical MCQs

Q1:

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

A 111010

B 110110

C 110101

D 101011

ANS:C - 110101

(26)+(27)=53 this value is in decimal.

Convert them in binary:

53/2=26 1

26/2=13 0

13/2=6 1

6/2=3 0

3/2=1 1

1,

Move from down to up,

We get, 110101.