This document discusses floating point number representation using 8-bit notation. It explains that floating point numbers represent both the integer and fractional parts of a number using a sign bit, exponent field, and mantissa. The radix point separates the integer and fractional parts. Through examples, it demonstrates how to represent given decimal numbers like 2.75 and 1.125 in 8-bit floating point notation by determining the sign, exponent, and mantissa values. Representing fractional decimal numbers in binary requires noting the position of the radix or decimal point.