Beginner
Digital Logic Design
Q24 / 100
What is "BCD" (Binary-Coded Decimal)?
Correct! Well done.
Incorrect.
The correct answer is A) A way of encoding decimal digits where each digit (0-9) is represented by its own 4-bit binary code
A
Correct Answer
A way of encoding decimal digits where each digit (0-9) is represented by its own 4-bit binary code
Explanation
In BCD, each decimal digit 0-9 is represented by its 4-bit binary equivalent (0000-1001), making conversion to/from decimal straightforward, though it is less space-efficient than pure binary.
Progress
24/100