Digital Electronics - Code Converters and Multiplexers - Discussion

Discussion Forum : Code Converters and Multiplexers - General Questions (Q.No. 3)
3.
Use the weighting factors to convert the following BCD numbers to binary.

0101 0011        0010 0110 1000

01010011    001001101000
11010100    100001100000
110101        100001100
101011        001100001
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Jang said:   1 decade ago
First, convert every 4 set of binary to decimal from the given: 0101=5, 0011=3. Then convert the 53 to decimal which will give 110101. Then just do the same with the next 4 set of binary digits.

Vijayalakshmi said:   1 decade ago
Convert the given BCD to decimal we get 268 now convert it into binary by sequential division.

Chinnu said:   1 decade ago
BCD we consider 4 bits are taken as one digit because BCD range is 0 to 9 nothing but 4 bits so we consider like that

Harish said:   1 decade ago
First convert the given BCD no to decimal : 0101 0011 -> 53 and convert 53 to binary no...which gives 110101

Post your comments here:

Your comments will be displayed after verification.