Multiple choice general knowledge science & technology

BCD Stands for Binary Coded Decimal

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

BCD does indeed stand for Binary Coded Decimal. It's a encoding scheme where each decimal digit (0-9) is represented by a fixed 4-bit binary code. For example, decimal 7 is 0111 in BCD. This is commonly used in digital systems where decimal arithmetic needs to be performed.