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.