Recent questions tagged floating-point-representation

1 votes
2 answers
3
What is the 16 bits pattern which represent (-13.5) in normalized signed magnitude fraction . S = 1 bit , Exponent = 7 bits , Mantissa = 8 bits . Represent it in hexadeci...
8 votes
4 answers
7
An array of $2$ two byte integers is stored in big endian machine in byte addresses as shown below. What will be its storage pattern in little endian machine ?$$\begin{ar...
7 votes
3 answers
8
In IEEE $754$ single floating point format, how many numbers can be represented in the interval [10, 16)? A. $2^{21}$ B. $3 * 2^{21}$ C. $5 * 2^{21}$ ...
0 votes
0 answers
9
0 votes
0 answers
11
0 votes
1 answer
12
Bias formula for floating point representation is 2^k-1bias formula for IEEE floating point representation is 2^(k-1)-1 Is it right????
1 votes
0 answers
14
.binary number 1.11111…………. are give find decimal number
1 votes
1 answer
20
0 votes
0 answers
21
0 votes
0 answers
26
A 32-bit floating-point number is represented by a 7-bit signed exponent, and a 24-bit fractional mantissa. The base of the scale factor is 16,The range of the exponent i...
0 votes
0 answers
28
0 votes
0 answers
29