7.0k views
3 votes
What is the difference between packed and unpacked bcd numbers ​

1 Answer

4 votes

Step-by-step explanation:

Packed BCD ( Binary coded decimal) is type in which each decimal digit is represented by 4 bits ( 1 nibble) . For Example : 14 will be shown as 0001 0100 in packed BCD form. Unpacked BCD is type in which each decimal digit is represented by 8 bits ( 1 byte).

User Salil Rajkarnikar
by
4.7k points