

InterviewSolution
1. |
EXPLAIN using your own words how to determine AND the purpose of sign flag in the IEEE Single precision floating point? |
Answer» uting, floating-point arithmetic (FP) is arithmetic using formulaic REPRESENTATION of real numbers as an approximation to support a trade-off between range and precision. For this reason, floating-point computation is often USED in systems with very SMALL and very large real numbers that require fast processing times. In general, a floating-point NUMBER is represented approximately with a fixed number of significant digits (the significand) and scaled using an exponent in some fixed base; the base for the SCALING is normally two, ten, or sixteen. A number that can be represented exactly is of the following form: |
|