Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Convert the 8 bit toy binary floating point number below to decimal notation: (format is 8 bits: S EEEE FFF and the bias is 7,

image text in transcribed
image text in transcribed
image text in transcribed
Convert the 8 bit "toy" binary floating point number below to decimal notation: (format is 8 bits: S EEEE FFF and the bias is 7, where S=sign, E=Exponent F=Fraction bits). 01000110(bin)=(dec). For answer use (sign) x.x format, e.g. 2.5,+1.75,+0.0, etc. What is the result when a signed char i=083 shifted for each case: 1) logical shift right 1 bit: 0x 2) arithmetic shift right 2 bits: 0x What is the result when a signed char i=094 shifted for each case: 1) logical shift right 3 bits: 2) arithmetic shift right 2 bits

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

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

=+3. Which factors do influence the procurement management?

Answered: 1 week ago