Sid M. answered 05/07/21
Studied Computer Science and Engineering at University of Washington
The most positive, 6-bit signed, 3-decimal fixed-point number looks like this:
and is interpreted like this:
In decimal (base 10), then, the value is 3.875, or 3 + 7/8, or completely broken down: 2 + 1 + 1/2 + 1/4 + 1/8).