Question 2. Consider a floating-point system that expresses numbers in the form $\sigma \times a \times 2^e$, where $\sigma = \pm 1$, $1 \le a < 2$ and $-1022 \le e \le 1023$. This system uses 10 bits for the fractional part of the significand $a$ (that is, $a$ has the form $1.a_1a_2...a_{10}$ where each $a_i \in \{0, 1\}$). Determine the representation for the following decimal numbers in this floating-point system:
1. 5.6, using round up.
2. 5.6, using round to nearest.
3. -5.6, using round towards 0.
4. -5.6, using round down.