Fixed-width binary means a fixed range
Fixed-width binary means a fixed range

Computers store values in fixed-width binary, so a number gets only a set number of bit positions. With nnn bits there are 2n2^n2n different patterns, so a fixed number of bits can represent only a fixed number of values.