Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a 1 2 - bit floating point representation of decimal numbers. Use 1 th bit for sign, bits 2 - 8 as mantica and

Design a 12-bit floating point representation of decimal numbers. Use 1th bit for sign, bits 2-8
as mantica and bits from 9 to 12 for exponent. Do not reserve any bit of exponent for storing
special cases such as (+0,+0,+,-)?. Use the bits as afficient as possible.
a) Descirbe a step by strep procedure, given a decimal numer how to store in your 12-bit
representation.
b) Explain how do you use the exponent bits: range of (smallest and largest vlaues) exponents
and mantissa.
c) What are the smallest and largest binary and decimal numbers represented?
d) What is machine epsilon as a binary and decimal number?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions