Activity : Floating Point Form | ||||||||||||||||||||
First, some practice at fixed point binary
numbers... The questions below all assume that real numbers are stored as 8-bit numbers...with 4 bits for the integer part (using a sign bit) and four bits for the fraction part.
|
||||||||||||||||||||
Enter your answers in the text boxes and check them... | ||||||||||||||||||||
|
||||||||||||||||||||
![]() |
||||||||||||||||||||
![]() |
||||||||||||||||||||
In the following questions a computer uses a 20-bit floating point form,
with a 16-bit mantissa in two's complement form, and a 4-bit
exponent in
two's complement form.
|
||||||||||||||||||||
|
||||||||||||||||||||
![]() |
||||||||||||||||||||
![]() |
||||||||||||||||||||
Back |