Purchase Solution

Division in normalized floating point representation

Not what you're looking for?

Ask Custom Question

Computer Organization
Floating Point Representation of Numbers (XVII)

Divide in normalized floating point representation:
(a) .6123 E -07 by .2132 E -03
(b) .8642 E 02 by .2562 E 02

Purchase this Solution

Solution Summary

This solution is comprised of a detailed explanation to divide in normalized floating point representation.
It contains step-by-step explanation for the following problem:
Divide in normalized floating point representation:
(a) .6123 E -07 by .2132 E -03
(b) .8642 E 02 by .2562 E 02

Solution contains detailed step-by-step explanation.

Solution Preview

Please see the attached file.

Floating Point Representation of Numbers (XVII)

Written by :- Thokchom Sarojkumar Sinha

Divide in normalised floating point representation:
(a) .6123 E -07 by .2132 E -03
(b) .8642 E 02 by .2562 E 02

Solution :- We know that (x×10α)/(y×10β) = (x/y)10α-β (y ≠0)
For dividing a number by another number ,
(i) divide the mantissa of the first number by the mantissa of the second number to obtained the mantissa of the quotient.
(ii) Subtract the exponent of the second number from the exponent of the first number to
obtain the exponent of the quotient.
Then the quotient is given by using the normalised floating point representation.

(a) .6123 E ...

Solution provided by:
Education
  • BSc, Manipur University
  • MSc, Kanpur University
Recent Feedback
  • "Thanks this really helped."
  • "Sorry for the delay, I was unable to be online during the holiday. The post is very helpful."
  • "Very nice thank you"
  • "Thank you a million!!! Would happen to understand any of the other tensor problems i have posted???"
  • "You are awesome. Thank you"
Purchase this Solution


Free BrainMass Quizzes
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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

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.

C++ Operators

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