Purchase Solution

exponent bias

Not what you're looking for?

Ask Custom Question

Suppose in IEEE single precision, the width of the exponent field is 3, not 8, and the width of the fraction field is 5, not 23.

(a) What should the exponent bias be?

(b) What are the largest and smallest nonnegative normalized floating point numbers in this system?

(c) What is the machine epsilon of this system?

Purchase this Solution

Solution Summary

The solution determines exponent bias.

Solution Preview

(a) exponent bias = 2^(3−1) - 1 = 3

(b) The smallest nonnegative ...

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.

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.

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.

C++ Operators

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