answersLogoWhite

0


Best Answer

BCD:
A byte (unpacked) representation of a decimal digit in the range0 through
9. Unpacked decimal numbers are stored as unsigned byte quantities. One
digit is stored in each byte. The magnitude of the number is determined from
the low-order half-byte; hexadecimal values 0-9 are valid and are
interpreted as decimal numbers. The high-order half-byte must be zero for
multiplication and division; it may contain any value for addition and
subtraction.

Packed BCD:
A byte (packed) representation of two decimal digits, each in the range
0 through 9. One digit is stored in each half-byte. The digit in the
high-order half-byte is the most significant. Values 0-9 are valid in each
half-byte. The range of a packed decimal byte is 0-99.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between packed bcd and unpacked bcd?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a BCD to decimal decoder and a BCD to 7-segment decoder?

A: A BCD code must be decoded to provide a seven digit output to the 7 bars display that is the only way to see the binary number visually.


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


What is deference between BCD and decimal number?

BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.


What does BCD in BCD Travel stand for?

The name BCD doesn't stand for anything according to Bernd Rittinger, BCD Travel Director of Operations.


What does bcd mean in bcd travel?

The name BCD doesn't stand for anything according to Bernd Rittinger, BCD Travel Director of Operations.


What is largest BCD encoded decimal value that can be represented in three bytes?

A BCD digit only uses the binary patterns that represent decimal numbers, ie 0000 - 1001; this requires 4 bits (1 nybble) so there can be 2 BCD digits to a byte. Therefore in 3 bytes there can be 3 × 2 = 6 BCD digits. The largest BCD digit is 1001 = 9. Assuming non-signed, the maximum 3 byte BCD number is 999,999.


How do you convert BCD to decimal?

explain decimal to BCD encoder


What is BCD Travel's population?

The population of BCD Travel is 13,000.


When was BCD Travel created?

BCD Travel was created in 2006.


What is the difference between weighted and non weighted codes?

what is weighted codes: The decimal value of a code is obtained summing up the positional values. weghted binary code s are those which obey positional weighting principle. each position of number represents a specific weight. There are millions of weighted code The most common one is 8421 Non weighted codes: This codes are not positionaly weghted. each position with in the binary no is not assgned to afixed value.Examples of nonweghted code is ASCCI, GREY CODE, EBCDIC CODE etc


Where can one find information on bcd travel?

There are many websites where someone can find information on BCD Travel. Some examples of such websites are BCD Travel Direct, BCD Travel In Motion, and Indeed.


How do you explain Decimal to BCD encoder?

explain decimal to BCD encoder