Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

17. Assume an 8-bit floating point format where the result must be properly represented (where possible). Our 8-bit format uses the first bit for a

image text in transcribed
17. Assume an 8-bit floating point format where the result must be properly represented (where possible). Our 8-bit format uses the first bit for a sign, the next 4 for an exponent (bias=7) and then 3 for the fraction. 10 marks total Convert the following into base 10 (or if you can't, try, and explain what went wrong.) A. 0 1001 101 B. 10101 100 Perform the following calculations in our binary floating-point format, your answer should be in our 8- bit minifloat format, and your steps should be in minifloat. Addition (Floating point) 0 0111 101 + 0 1001 010 Subtract (Floating Point) 0 1010 010-0 1001 110 Multiply (Floating Point) 01101 0110 0100 101 Divide (floating point) 0 1011 011/0 0111 011

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions

Question

Define Administration?

Answered: 1 week ago