For this question you will be working with floating point numbers.
You must show how you determined the final answers. The flosting point model uses 12 bit sequences with 1 bit for the sign, 5 bits for the exponent with a blas of 15 , and 6 bits for the fraction.The values for 0 , infinily, NaN, and aubnarmal numbers are represented in a similiar way to IEEE standard for floating point numbers.. For any resilts that cannot include all frectional bits in the bit sequence representation, extre bits should be truncated.Unless otherwise indicated, In the cases where the results are decimal values, these answers must be precise. Precise values may be shown as a fraction or by writing out the exact digits of the decimal number. The final decimal number cannot be written in scientific notation nor as a value multiplied by a power of 2 .
What is the bit sequence representation of -[infinity]?