Digital Electronics - Combinational Logic Circuits - Discussion

Discussion Forum : Combinational Logic Circuits - General Questions (Q.No. 6)
6.
Convert BCD 0001 0010 0110 to binary.
1111110
1111101
1111000
1111111
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
15 comments Page 2 of 2.

Chari said:   1 decade ago
Firstly convert the given BCD number into equivalent Decimal Number.

0001 0010 0110 = 126. Here each four bits are correspond to equivalent decimal number.

Think about the number 126. It was nearer to number 128.

128 = 2^7.

It means if you convert it to binary, it consists seven bits are zero '0' and '1' is the left most bit for decimal digit which is in 2^n form.

The equivalent binary number can be find like this only.

126 = 128-2.
(10000000-10) = 1111110.

SubbaReddy said:   10 years ago
What if the BCD value more than 9?

Do we have to add 6 or something?

Abhishek said:   9 years ago
What is BCD?

Anyone explain me clearly.

Kalyan said:   8 years ago
What is BCD?

Srikanth said:   8 years ago
What is BCD clear details what is 126?


Post your comments here:

Your comments will be displayed after verification.