Question:medium

What is the product of \[ 1.11\times2^3 \] and \[ 1.0101\times2^6 ? \]

Show Hint

For floating-point multiplication: \[ \text{Mantissas multiply} \] \[ \text{Exponents add} \] and finally normalize the answer so that only one non-zero digit appears before the binary point.
Updated On: Jun 25, 2026
  • \(1.0010011\times2^{10}\)
  • \(1.0010011\times2^{9}\)
  • \(11.1101\times2^{18}\)
  • \(11.1101\times2^{9}\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0

Top Questions on Computer Organization and Architecture