Computer Science, asked by nehalpathan94, 17 hours ago

Double Dabble Method of
(64.625) 10​

Answers

Answered by tomardhruvrock07
0

Explanation:

Suppose the original number to be converted is stored in a register that is n bits wide. Reserve a scratch space wide enough to hold both the original number and its BCD representation; n + 4×ceil(n/3) bits will be enough. It takes a maximum of 4 bits in binary to store each decimal digit.

Similar questions