Floating point number representation

   

Added on  2021-04-21

6 Pages862 Words27 Views
Running head: FLOATING POINT NUMBER REPRESENTATION
Floating Point Number Representation
Name of the Student:
Name of the University:
Author note
Floating point number representation_1
1FLOATING POINT NUMBER REPRESENTATION
Table of Contents
Specification of Floating point number......................................................................................2
IEEE-754 32-bit Single-Precision Floating-Point Numbers..................................................2
IEEE-754 64-bit Double-Precision Floating-Point Numbers................................................3
Difference between Floating point number and fixed point representation...............................4
Reference....................................................................................................................................5
Floating point number representation_2
2FLOATING POINT NUMBER REPRESENTATION
Specification of Floating point number
IEEE-754 32-bit Single-Precision Floating-Point Numbers
The IEEE-754 is a number format on the computer system that occupies 4 bytes of
memory in the computer system. It is also referred to as binary32 as the representation
requires only 32 bits of memory. The format of the IEEE-754 32 bit single precision format is
represented below:
Figure: Single precision format
Source: Kumar & Basha, 2016
The IEEE 754 32 bit Single precision format consists of three components:
Sign bit: 1 bit
Exponent bit: 8 bit
Significand precision: 24 in which 23 bits are explicitly stored.
The signed bit represents the sign of the integer which represents positive as well as
negative values. The 8 bits represents the exponent in signed format ranging from -127 to 128
as well as unsigned format ranging from 0 to 255 (Hou et al., 2017). The true significant bit is
represented in the 23 fraction bits which following the exponent bit.
An example of the IEEE 754 32 bit single precision format:
Floating point number representation_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
IT Fundamentals Assignment
|19
|2179
|26

ITC544 Assignment on Data Representation and Digital Logic
|5
|524
|87

Programming in C and Data Structure Assignment
|4
|1765
|179

Memory Organization
|7
|1245
|32

Data Representation and Digital Logic
|3
|445
|194

IFN503: Assessment 2 – Deliverable 1
|3
|607
|108