Which one of the following is the equivalent 8421BCD code of the decimal number 87.34 ?
10000111.00110100
10100111.00110100
10001110.11000010
10101110.11000010
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2021
– Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8)
– Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7)
– Decimal point remains the same.
– Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3)
– Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4)
Combining these, we get 1000 0111 . 0011 0100. Option A matches this code.
– The decimal point position is preserved in BCD representation.