Multiple choice general knowledge science & technology

BCD is

  1. Binary Coded Decimal

  2. Bit Coded Decimal

  3. Binary Coded Digit

  4. Bit Coded Digit

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

BCD (Binary Coded Decimal) is a binary encoding method where each decimal digit is represented by a 4-bit binary code. For example, decimal 12 would be encoded as 0001 0012 (one 4-bit code for '1' and another for '2'). This encoding is useful for applications requiring precise decimal representation like financial calculations.