Digital Electronics - Digital Arithmetic Operations and Circuits - Discussion

Discussion Forum : Digital Arithmetic Operations and Circuits - Filling the Blanks (Q.No. 30)
30.
Solve this BCD problem: 0101 + 0110 = ________.
00010111BCD
00001001BCD
00010001BCD
00010011BCD
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Bindhu said:   10 years ago
0101 = 5.
0110 = 6.
5+6 = 11.

Here, final answer is 11. So we can split 11 as 1 and 1.

The equivalent value of 1 = 0001 (1st split up).

The equivalent value of 1 = 0001 (2nd split up).

11 = 00010001 is the answer.

Laya said:   6 years ago
Please, anyone, explain in detail.

Post your comments here:

Your comments will be displayed after verification.