Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 3. Storage 1. How these numbers will be stored in Computers memory a) unsigned int 41; b) float j=41; c) signed int k =-41;

image text in transcribed

Q 3. Storage 1. How these numbers will be stored in Computers memory a) unsigned int 41; b) float j=41; c) signed int k =-41; d) unsigned int l=41; e) charm= 255; 2. How the following numbers will be stored as Floating Point representation, assuming 1-bit sign 8-bits exponent 23 bits Mantissa/Fraction/significand Biased Value =127 a) 0.1 (Decimal number) b) -0.00010011 (Binary Number) c) 0.75 (Decimal Number) Lets computer has stored following numbers in its memory as 32 bit float value acc to Q 3 Part 2 specification. What is this number in decimal? 3. a) 01000000001000000000000000000000 Q 4. Arithmetic: Add the following signed numbers using 2' complement and representing each number as 4 bits At end write when overflow occurs and how can it be detected by hardware or software

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

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

Q) What is the difference between hydrogenation and hydrogenolysis

Answered: 1 week ago