Computer Science, asked by rajeev5862, 9 months ago

What is unpacked bcd number

Answers

Answered by soni62430
1

Answer:

Unpacked BCD is each number is represented by its own byte. The number 75 in unpacked BCD would be 00000111 and 00000101. UN-Packed puts one BCD nibble into one 8 bit word leaving 4 bits unused. ... Packed BCD ( Binary coded decimal) is type in which each decimal digit is represented by 4 bits ( 1 nibble) .

I hope it help you

Please mark me as brainlist please please..

Attachments:
Answered by TanikaWaddle
0

In Unpacked BCD,  there is only one digit per byte

Explanation:

In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. S

In Unpacked BCD,

there is only one digit per byte and because of this, unpacked multiplication and division can be done.

Binary operations act on single bytes and the results are adjusted. For Division, the adjustment is done before the binary division.

#Learn more:

The bcd number for decimal 347 is

https://brainly.in/question/682599

Similar questions