Changes

Jump to: navigation, search

BCD

292 bytes removed, 12:39, 14 January 2014
no edit summary
''Binary coded decimal'' is a binary representation of decimal numbers where each [[Word#Nibble|nibble]] (4 bits) in a [[Word|word]] represents a separate decimal digit.
For example, in BCD, the value 128 is would be represented in a 3216-bit value as:
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ''Binary coded decimal'' is a binary representation of decimal numbers where each [[Word#Nibble|nibble]] (4 bits) in a [[Word|word]] represents a separate decimal digit. For example, in BCD, the value 128 is represented in a 16-bit value as Binary: 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0
Decimal: 0 1 2 8
(Note that, in basic binary integer representation, which is the same binary number represents the decimal value 296).

Navigation menu