Digital Electronics - Number Systems and Codes - Discussion
Discussion Forum : Number Systems and Codes - General Questions (Q.No. 11)
11.
Convert 59.7210 to BCD.
Discussion:
7 comments Page 1 of 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.
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)
BABA MANTYUSI said:
7 years ago
The BCD uses 8421 code.
5 ------- 0101
9 ------- 1001
.
7 ------- 0111
2 ------- 0010 BCD= 01011001, 0110010.
5 ------- 0101
9 ------- 1001
.
7 ------- 0111
2 ------- 0010 BCD= 01011001, 0110010.
(1)
Suresh saini said:
1 decade ago
5=0101
9=1001
. ======= 01011001.01110010 (B)
7=0111
2=0010
CODE =(16 8 4 2 1)
9=1001
. ======= 01011001.01110010 (B)
7=0111
2=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
5=0101
9=1001
After decimal point same procedure,
7=0111
2=0010
Harpreet kaur said:
1 decade ago
5 9 . 7 2
(0101)(1001) (0111) (0010)
CODE (16 8 4 2 1)
(0101)(1001) (0111) (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.
NOTE: if the number is less than 9 it is TRUE.
Miloon said:
9 years ago
5=0101
9=1001
======= 01011001.01110010 (B)
7=0111
2=0010
CODE =(16 8 4 2 1).
9=1001
======= 01011001.01110010 (B)
7=0111
2=0010
CODE =(16 8 4 2 1).
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers