Search⌘ K

Fixed Point Notation

Explore how fixed point notation allows the representation of fractional numbers in binary by fixing the binary point's location. Understand the concept of place values to the right of the binary point and practice converting binary fractions using a hands-on tool. This lesson helps you grasp fractional number representation critical for real-world computing applications.

Fractions in binary

We have learned how to represent whole numbers – positive and negative – in binary, and how to divide with binary numbers, but you might be wondering how we would represent fractions.

Representing fractions in binary is essential because we need fractions when simulating many real-world scenarios using computers.

Let’s have a look at the decimal technique of representing non-integer numbers:

For every place beyond the decimal point, i.e., on the right of the units (10010^0) place, the value is equivalent to 110n\frac{1}{10^n}. The first place after the decimal has a place value of 101 ...