edited by
1,717 views
2 votes
2 votes

The $\text{IEEE}$ single-precision and double-precision format to represent floating-point numbers, has a length of ______ and ________ respectively.

  1. $8$ bits and $16$ bits
  2. $16$ bits and $32$ bits
  3. $32$ bits and $64$ bits
  4. $64$ bits and $128$ bits
edited by

2 Answers

1 votes
1 votes

To represent floating-point numbers in IEEE single-precision  $32$ bit computer memory is required which contain 3 fields:

  1. Sign bit =$1$ bit
  2. Exponent bit= $8$ bit
  3. Mantissa =$ 23$ bit

while for double-precision $64$ bit is required as:

  1. Sign bit=$1$ bit
  2. Exponent bit =$11$ bit
  3. Mantissa = $52$ bit

Option $(C)$ is correct.

Ref: IEEE-standard floating-point-numbers

Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 21, 2016
1,970 views
What type of logic circuit is represented by the figure shown below ?$\text{XOR}$$\text{XNOR}$$\text{XAND}$$\text{XNAND}$
1 votes
1 votes
1 answer
2
go_editor asked Jul 21, 2016
1,004 views
Match the following identities/laws to their corresponding name $:$$\begin{array}{} \text{(a)} & \text{x+x = x} & \text{i.} & \text{Dominance} \\ & \text{x $\cdot$x = x}...
2 votes
2 votes
2 answers
3
go_editor asked Jul 20, 2016
5,831 views
Which one of the following set of gates is best suited for ‘parity’ checking and ‘parity’ generation?AND, OR, NOTNAND, NOREX-OR, EX-NORNone of the...