Consider the following floating-point numbers in decimal: a = 125 x 10-³; b = 2.2 × 10³; c = 0.000625 × 10² a) Fill the following table by computing the required floating-point operations. a+b b-c axb a/c b) Fill the following table by converting the resulting floating-point numbers into binary: a+b b-c axb a/c c) For the following floating-point instruction: add.s $f1, $f2, $f3. Assume that the values of $12, $f3 are a and b. What are the values (in binary) in $f2, $f3 and $fl after executing this instruction? d) For the following floating-point instruction: add.d $f2, $f4, $f6. Assume that the values of a and b in the pairs ($f4 and $f6) and ($f8 and $f10). What are the values (in binary) in the registers that hold the inputs and output of this instruction?