Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question
100%
Assume we are using the simple model for floating-point
representation as given in this book (the representation uses
a 14-bit format, 5 bits for the exponent with a bias of 15, a
normalized mantissa of 8 bits, and a single sign bit for the
number):
a) Show how the computer would represent the numbers
100.0 and 0.25
using this floating-point format.
b) Show how the computer would add the two floating-
point numbers in part a by changing one of the numbers
so they are both expressed using the same power of 2.
c) Show how the computer would represent the sum in part
b using the given floating-point representation. What
decimal value for the sum is the computer actually
storing? Explain.
expand button
Transcribed Image Text:Assume we are using the simple model for floating-point representation as given in this book (the representation uses a 14-bit format, 5 bits for the exponent with a bias of 15, a normalized mantissa of 8 bits, and a single sign bit for the number): a) Show how the computer would represent the numbers 100.0 and 0.25 using this floating-point format. b) Show how the computer would add the two floating- point numbers in part a by changing one of the numbers so they are both expressed using the same power of 2. c) Show how the computer would represent the sum in part b using the given floating-point representation. What decimal value for the sum is the computer actually storing? Explain.
Expert Solution
Check Mark
Step 1

a) Converting given 100.0 into binary.
10010= 11001002

Converting binary number to the power of 2
1100100.0 = 0.1100100*27

Therefore the value of the exponent is 7.
Convert the exponent into 15 bits excess. So by adding 15 to 7 it becomes 22
15+7=22
Converting 22 to binary = 101102

Sign bit = 0
Exponent(5 bits) = 10110
Significant bits of 8 = 11001000

So the 14-bit floating-point representation of 100.0 is 01011011001000

Now, Converting 0.25 to binary
0.2510 = 0.012
Converting binary number to the power of 2
0.01 = 0.1*2-1
Value of exponent is -1.
Convert the exponent into 15 bits excess. So by adding 15 to -1 it becomes 14
15-1=14
142=011102

Sign bit = 0
Exponent(5 bits) = 01110
Significant bits of 8 = 10000000
So the 14-bit floating-point representation of 0.25 is 00111010000000

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education