Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
binary-coded decimal
Last modified: Wednesday, September 12, 2007
Abbreviated as BCD, binary-coded decimal
is a format for representing decimal numbers (integers) in which each digit is represented by four bits (a nibble ). For example, the number 375 would be represented as:
0011 0111 0101
One advantage of BCD over binary representations is that there is no limit to the size of a number. To add another digit, you just need to add a new 4-bit sequence. In contrast, numbers represented in binary format are generally limited to the largest number that can be represented by 8, 16, 32 or 64 bits.
Webopedia's "Did You Know...?" Section Use this Webopedia knowledge section for an in-depth overview of specific technologies and occurrences in the areas of Computer Science, The Internet, and Computer Hardware and Software.
Webopedia's Quick Reference Section Use this Webopedia reference section for information on common Internet and computer facts and occurrences.