How does the IEEE 754 standard represent floating point numbers?
A.
A single sign bit followed by an unsigned exponent followed by the significant digits.
B.
A single sign bit followed by an two's complement exponent followed by the significant digits.
C.
A two's complement exponent followed by the significant digits, also in two's complement form.
D.
A two's complement exponent followed by the unsigned significant digits.