Chapter 2-Part 4
Chapter 2-Part 4
This normalize number will be read as floating point number using IEEE single precision
format which is 32 bit binary
STORING FLOATING POINT NUMBER USING IEEE 754
SINGLE PRECISION FORMAT
• There are two steps to read and store floating point number
using IEEE single precision format (32 bit) in computer
• Step 1: Storing decimal number as floating point number in
hexadecimal form
• Step 2 : Extracting floating point number in hexadecimal as
decimal number
EXAMPLE
How to store a decimal number to hexadecimal form
using IEEE single precision format ?