Computer Science, asked by chavezconradbien643, 10 months ago

how to convert Exponent to binary representation?

Answers

Answered by Anonymous
2

Answer:

Convert decimal number to binary scientific notation, processing the integral and fractional part independently. The scientific binary number is then normalized (the decimal point is moved to the left most position, adjusting the exponent accordingly) The exponent is converted to binary.

Similar questions