Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 11)
11.
Convert 59.7210 to BCD.
111011
01011001.01110010
1110.11
0101100101110010
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
7 comments Page 1 of 1.

BABA MANTYUSI said:   7 years ago
The BCD uses 8421 code.

5 ------- 0101
9 ------- 1001
.
7 ------- 0111
2 ------- 0010 BCD= 01011001, 0110010.
(1)

Manu said:   8 years ago
In BCD code is 8421.

We want 59.72.
5 means we add 4+1 we get so 0101,
same 9 also 8+1 we get 1001,
After the point 7&9 that equal to 7=0111&9=1001,
the answer is 01011001.01111001.
(2)

Miloon said:   9 years ago
5=0101
9=1001
======= 01011001.01110010 (B)
7=0111
2=0010

CODE =(16 8 4 2 1).

BALAJI said:   9 years ago
No, it's wrong. BCD = BINARY FORM.

NOTE: if the number is less than 9 it is TRUE.

Harpreet kaur said:   1 decade ago
5 9 . 7 2
(0101)(1001) (0111) (0010)

CODE (16 8 4 2 1)

Sachin said:   1 decade ago
In BCD no. system all single digit is represent by 4 bit like

5=0101
9=1001

After decimal point same procedure,

7=0111
2=0010

Suresh saini said:   1 decade ago
5=0101
9=1001
. ======= 01011001.01110010 (B)
7=0111
2=0010

CODE =(16 8 4 2 1)

Post your comments here:

Your comments will be displayed after verification.