edited by
361 views
5 votes
5 votes

Which of the following is/are special values in IEEE-754 single precision representation?

  1. All mantissa bits $0s$
  2. All exponent bits $1s$
  3. All exponent bits $0s$
  4. All mantissa bits $1s$
  5. Both mantissa and exponent bits all $0s$
  6. Both mantissa and exponent bits all $1s$

 

  1. 1 and 4 only
  2. 1, 4, 5 and 6 only
  3. 2, 3, 5 and 6 only
  4. 5 and 6 only
edited by

1 Answer

Best answer
4 votes
4 votes

In IEEE-754 representation, special values are represented with all $0s$ or all $1s$ in the exponent field.

  • Denormalized: Exponent is all $0s.$ Used to extend the range of smallest positive as well as largest negative number that can be represented.
  • ZERO: Both mantissa and exponent are all $0s.$ There are two zero values corresponding to the $2$ sgin values but they both compare equal.
  • Infinity: Exponent is all $1s$ and mantissa is all $0s.$
  • Not a Number: Used to represent not a real number. It has exponent all $1s$ and a non zero mantissa. 
selected by
Answer:

Related questions

7 votes
7 votes
1 answer
1
gatecse asked Jul 19, 2020
581 views
Which of the following decimal number does not cause a loss of precision when represented in IEEE-754 single precision representation?$4096 \times 4096 \times 4096$$24824...
6 votes
6 votes
1 answer
2
gatecse asked Jul 19, 2020
319 views
Which of the following $32-bit$ bits stream correctly represents the maximum possible normalized value represented in IEEE-754 single-precision representation?$\underbrac...
1 votes
1 votes
1 answer
4
gatecse asked Jul 19, 2020
221 views
The IEEE-754 single precision floating point representation (in hexadecimal format) for the decimal number $16.125$ is?$\texttt{0x41810000}$$\texttt{0x02010000}$$\texttt{...