0
3.1kviews
Represent the number (0.125)10 in single & double precision IEEE 754 binsry floaitng point representation formats.

Mumbai University > Information Technology> sem 4> computer organization and architecture

1 Answer
0
115views

1. For single precision format.

enter image description here

Decimal no : -0.125

Binary no : (0.001)102

Normalized no : 1.0×203

To calculate biased exponent

enter image description here

Let us put in single precision format.

enter image description here

enter image description here

2. For double precision format.

enter image description here

Decimal no : 0.12510

Binary no : (0.001)2

Normalized no : 1.0×2003

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.