In which digital code is decimal digit expressed by 4 binary digits.
BCD code
The question asks for a digital code where each decimal digit is represented using exactly 4 binary digits. This specific type of representation is characteristic of the Binary Coded Decimal (BCD) code.
BCD is a standard method for representing decimal numbers in binary form. Unlike converting the entire decimal number to its standard binary equivalent, BCD encodes each decimal digit (0 through 9) independently using a 4-bit binary pattern.
Here's how the decimal digits 0 to 9 are represented in BCD:
| Decimal Digit | 4-bit BCD Code |
|---|---|
| 0 | 0000 |
| 1 | 0001 |
| 2 | 0010 |
| 3 | 0011 |
| 4 | 0100 |
| 5 | 0101 |
| 6 | 0110 |
| 7 | 0111 |
| 8 | 1000 |
| 9 | 1001 |
Therefore, BCD is the digital code where each decimal digit is represented by 4 binary digits.
Which of the following is/are the popular techniques for error detection?
A code in which each decimal digit is represented by a group of 4 binary bits is
What would be the gray code equal to the number 14?
BCD equivalent of (345)10 is: