subject

The floating-point format to be used in this problem is an 8-bit ieee 754 normalized format with 1 sign bit, 4 exponent bits, and 3 mantissa bits. it is identical to the 32-bit and 64-bit formats in terms of the meaning of fields and special encodings. the exponent field employs an excess- 7coding. the bit fields in a number are (sign, exponent, mantissa). assume that we use unbiased rounding to the nearest even specified in the ieee floating point standard.

(a) encode the following numbers the 8-bit ieee format: (1) 0.0011011binary (2) 16.0decimal

(b) perform the computation 1.011binary + 0.0011011binary showing the correct state of the guard, round and sticky bits. there are three mantissa bits.

(c) decode the following 8-bit ieee number into their decimal value: 1 1010 101

(d) decide which number in the following pairs are greater in value (the numbers are in 8-bit ieee 754 format): (1) 0 0100 100 and 0 0100 111 (2) 0 1100 100 and 1 1100 101

(e) in the 32-bit ieee format, what is the encoding for negative zero? (f) in the 32-bit ieee format, what is the encoding for positive infinity?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:50
List a few alternative options and input and output over the standerd keyboard and monitor. explain their functioning in details.
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Jace needs to answer a question on square roots to win a quiz. how can he use a spreadsheet to find the square root of 786? a. use the functions round and count b. create a table and chart c. use the function sqrt d. use the function now
Answers: 3
question
Computers and Technology, 23.06.2019 18:00
What can a word user do with the customize ribbon dialog box? check all that apply. minimize the ribbon add a new tab to the ribbon remove a group from a tab add a group to a tab choose which styles appear choose which fonts appear choose tools to appear in a group
Answers: 1
question
Computers and Technology, 23.06.2019 20:50
3.11.3 quiz: comparing and analyzing function typesquestion 4 of 102 pointswhat can you say about the y-values of the two functions f(x) = 3x2-3 andg(x)=2* - 3?
Answers: 2
You know the right answer?
The floating-point format to be used in this problem is an 8-bit ieee 754 normalized format with 1 s...
Questions