Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 30)
30.
The sum of the two BCD numbers, 0011 + 0011, is ________.
0110
0111
0011
1100
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Aparna said:   9 years ago
0011= 1 * 2^0 + 1 * 2^1 + 0 * 2^2 + 0 * 2^3 = 1 + 2 + 0 = 3.
0011 + 0011 = 3 + 3 = 6.

Ajay kumar said:   1 decade ago
My answer is use 8421 code for this (0011)+(0011) = 3+3 = 6.

Again convert to bcd in 6 is 0110.
(1)

Ashit said:   1 decade ago
0011
0011 +
--------
0110
--------

Note:
1+1=0,
1+0=1
0+0=0

Post your comments here:

Your comments will be displayed after verification.