Purchase Solution

IEEE 32-bit floating point format to decimal conversion

Not what you're looking for?

Ask Custom Question

Convert the following IEEE 32-bit floating-point format values into decimal.

a. 1 1000 0011 110 0000 0000 0000 0000 0000
b. 0 0111 1110 101 0000 0000 0000 0000 0000
c. 0 1000 0000 000 0000 0000 0000 0000 0000.

Purchase this Solution

Solution Summary

Solution also explains the choice of formula, apart from showing the calculations steps.

Solution Preview

IEEE 32-bit Floating Point Format organizes the 32 bits (numbered from 0 to 31, left to right) as follows.

bit 0 : S (sign) bit
bits 1-8 : E (exponent)
bits 9-31 : F (fraction)

In all the three questions, 0 < E < 255, so the formula to find the equivalent ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.