Digital Electronics - Digital Arithmetic Operations and Circuits - Discussion

Discussion Forum : Digital Arithmetic Operations and Circuits - Filling the Blanks (Q.No. 21)
21.
34FC + AD31 = ________.
E22D
E31D
E21D
E42D
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Biswsa said:   8 years ago
C + 1 = D.
F + 3 ==> 15 + 3 = 18 => invalid so, subtract 16 from 18 (i.e., 18 - 16 = 2 and Carry out =1) and add Carry 1 to next MSB position.
1 + 4 + D ==> 1 + 4 + 13 = 17 => invalid so, subtract 16 from 17 (i.e., 17 - 16 = 1 and Carry out = 1) and add Carry 1 to next MSB position.
1 + 3 + A ==> 1 + 3 + 10 = 14 ==> E.

Post your comments here:

Your comments will be displayed after verification.