Exercise (for practice). In-class, time permitting. Use the algorithm covered in class (Chapter 3 Part 2, slides 20-22) to perform the operation 13 / 3. Use 4 bits for the divisor (so 8 bits for the dividend). ========================= Translate the following to binary: 15.25 decimal 7.625 decimal ========================= Represent these as single-precision IEEE 724 floating point numbers. Give the answer in binary and in hex: 15.25 decimal 7.625 decimal ========================= If the following is a SP floating point value, what decimal number does it represent? (It is fine to state your answer in terms of a power of 2.) 0 00000010 00000000000000000000000 If the following is a SP floating point value, what decimal number does it represent? (It is fine to state your answer in terms of a power of 2.) 0 11111110 00000000000000000000000 =========================