The sign bit, the exponent bits, and the significand (also known as the mantissa or coefficient).
A single precision floating number would store the significand in bits 0-22, the exponent in bits 23-30, and the sign as the 31 bit.
Hope this helps! If you need any more explanation please let me know.