Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 20)
20.
The BCD number for decimal 347 is ________.
1100 1011 1000
0011 0100 0111
0011 0100 0001
1100 1011 0110
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Deepa said:   9 years ago
BCD is different from Binary Conversion.
0-9 is same as binary.
10-999999999 is different.

i.e
for 347
3 = 0011
4 = 0100
7 = 0111

So BCD of 347 is 0011 0100 0111.

Logic said:   9 years ago
All options are incorrect, according to me, the correct answer is;

0000000101011011.
(1)

Divya said:   1 decade ago
3 in binary form 0011.
4 in binary form 0100.
7 in binary form 0111.

So bcd num of 347 is,

0011 0100 0111.

Post your comments here:

Your comments will be displayed after verification.