Purchase Solution

Converting real / binary numbers to IEEE 954 format.

Not what you're looking for?

Ask Custom Question

I'm having difficulty in understanding the process of converting real/binary numbers to IEEE format. Any assistance would be greatly appreciated. See document attached.

Purchase this Solution

Solution Summary

The expert converts real/binary numbers to IEEE 954 formats.

Solution Preview

Please see the attached file.

Here are the solutions:

We have 3 bits of exponent, hence 3 will be the bias in our representation.

1.A. 9.125= 1.14*8

hence, m=14,e=3.
i.e, its 8 bit representation is : 01101110

B. 15.1 cannot be represented in this format as it exceeds the largest possible positive ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Javscript Basics

Quiz on basics of javascript programming language.

Excel Introductory Quiz

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

C++ Operators

This quiz tests a student's knowledge about C++ operators.

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.