Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 67)
67.
The binary-coded decimal (BCD) system can be used to represent each of the 10 decimal digits as a(n):
4-bit binary code
8-bit binary code
16-bit binary code
ASCII code
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Revati Vijay Mali said:   3 weeks ago
BCD (Binary-Coded Decimal) represents each decimal digit separately using a 4-bit binary number.

Example:.

Decimal 59 in BCD is:.

5 → 0101.
9 → 1001.
So, 59 = 0101 1001 in BCD.

A 4-bit code is used because 4 bits can represent values from 0 to 15, which is enough to store decimal digits 0–9.

Only the binary combinations from 0000 to 1001 are used in BCD.

Hence, the correct answer is: 4-bit binary code.

Post your comments here:

Your comments will be displayed after verification.