Chapter 3: Q24E (page 239)
Question: [10] Write down the binary representation of the decimal number 63.25 assuming the IEEE 754 double precision format.
Short Answer
The required result will be
Chapter 3: Q24E (page 239)
Question: [10] Write down the binary representation of the decimal number 63.25 assuming the IEEE 754 double precision format.
The required result will be
All the tools & learning materials you need for study success - in one app.
Get started for freeUsing the IEEE 754 floating-point format, write down the bit pattern that would represent. Can you representexactly?
[30] <§3.4> Using a table similar to that shown in Figure 3.10, calculate 74 divided by 21 using the hardware described in Figure 3.11. You should show the contents of each register on each step. Assume A and B are unsigned 6-bit integers. This algorithm requires a slightly
different approach than that shown in Figure 3.9. You will want to think hard about this, do an experiment or two, or else go to the web to figure out how to make this work correctly. (Hint: one possible solution involves using the fact that Figure 3.11 implies the remainder register can be shifted either direction.)
Based on your answers to 3.32 and 3.33, does
[10] <§3.5> Write down the bit pattern assuming that we are using base 15 numbers in the fraction instead of base 2. (Base 16 numbers use the symbols 0–9 and A–F. Base 15 numbers would use 0–9 and A–E.) Assume there are 24 bits, and you do not need to normalize. Is this representation exact?
Calculate by hand, assuming each of the values are stored in the 16-bit half precision format described in Exercise 3.27 ( and also described in the text). Assume 1 guard, 1 round bit, and 1 sticky bit, and round to the nearest even. Show all the steps, and write your answer in both the 16-bit floating point format and in decimal.
What do you think about this solution?
We value your feedback to improve our textbook solutions.