| Decimal | Unsigned Binary | Signed Binary |
| 125 | ||
| -125 | ||
| 219 | ||
| -219 | ||
| 01100101 | ----- | |
| 11010011 | ----- | |
| ----- | 01010011 | |
| ----- | 10110111 |
| Bit representation | e | E | f | M | V |
| 0 01101 0001 | |||||
| 1 10011 1010 | |||||
| 0 00000 1010 | |||||
| 0 | 19/16 | ||||
| 48.0 | |||||
| 5/32 |
What is the bit sequence and value for the largest possible normalized value?
What is the bit sequence and value for the smallest possible positive normalized value?
What is the bit sequence and value for the largest possible de-normalized value?
What is the bit sequence and value for the smallest possible positive de-normalized value?