When performing BCD addition, what is the maximum value that can be represented in a single BCD digit?
Options
- A. 2
- B. 10
- C. 15
- D. More than one of the above
- E. None of the above
E. None of the above
Explanation:
In Binary Coded Decimal (BCD), each decimal digit (0–9) is represented using 4 binary bits.
Possible 4-bit combinations:
Binary range: 0000 (0) to 1111 (15)
But in BCD only decimal digits 0–9 are valid
So the valid BCD values are:
| Decimal | BCD |
|---|---|
| 0 | 0000 |
| 1 | 0001 |
| 2 | 0010 |
| 3 | 0011 |
| 4 | 0100 |
| 5 | 0101 |
| 6 | 0110 |
| 7 | 0111 |
| 8 | 1000 |
| 9 | 1001 |
Values 1010–1111 (10–15) are invalid in BCD.
✅ Therefore, the maximum value represented in a single BCD digit is 9.
Since 9 is not in the options, the correct choice is:
(E) None of the abov
Attempt Quiz Now:
BPSC Tre 4.0 Digtial Electronics Quiz Practice Set