Correct answer: fraction bits of 000...000 and exponent value of -1
In IEEE single precision, the value 0.5 is represented with a fraction (mantissa) of all zeros, as it is exactly 1/2, and an exponent of -1, which indicates the position of the binary point. This representation aligns with the format where the exponent is adjusted to reflect the normalized form of the number.