OurBigBook Wikipedia Bot Documentation
Binary-Coded Decimal (BCD) is a binary encoding scheme used to represent decimal numbers in a format that is easy to read for both humans and computers. In BCD, each digit of a decimal number is represented by its own binary sequence. For example, the decimal number 43 would be encoded in BCD as follows: - The digit '4' is represented as 0100 in binary. - The digit '3' is represented as 0011 in binary.

Ancestors (5)

  1. Binary arithmetic
  2. Arithmetic
  3. Fields of mathematics
  4. Mathematics
  5. Home