Recent questions tagged floating-point-representation

3.0k
views
1 answers
1 votes
​​The format of a single-precision floating-point number as per the $\text{IEEE 754}$ standard is:Sign ExponentMantissa$(1 \mathrm{bit})$ $(8 \mathrm{bits})$ $(23 \ma...
740
views
2 answers
6 votes
According to the IEEE standard, a 32-bit, single-precision, floating-point number $N$ is defined to be$$N=(-1)^S \times 1 . F \times 2^{E-127}$$where $S$ is the sign bit,...
11.2k
views
2 answers
10 votes
Consider the $\textsf{IEEE-754}$ single precision floating point numbers $\text{P} = \textsf{0xC1800000}$ and $\text{Q} = \textsf{0x3F5C2EF4}.$Which one of the following ...
548
views
1 answers
0 votes
Please list out the best free available video playlist for Floating Point Representation Topic from Digital Logic as an answer here (only one playlist per answer). We'll ...
1.5k
views
2 answers
1 votes
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.9k
views
3 answers
7 votes
Consider three floating point numbers $\textit{A, B}$ and $\textit{C}$ stored in registers $\text{R}_{\text{A}}, \text{R}_{\text{B}}$ and $\text{R}_{\text{C}},$ respectiv...
10.5k
views
3 answers
21 votes
The format of the single-precision floating point representation of a real number as per the $\text{IEEE 754}$ standard is as follows:$$\begin{array}{|c|c|c|} \hline \tex...
8.3k
views
5 answers
9 votes
Consider the following representation of a number in $\text{IEEE 754}$ single-precision floating point format with a bias of $127$.$$S: 1\quad\quad E:\; 10000001\quad\qu...
18.8k
views
4 answers
27 votes
Consider three registers $R1$, $R2$, and $R3$ that store numbers in $\textsf{IEEE-754}$ single precision floating point format. Assume that $R1$ and $R2$ contain the valu...
3.9k
views
4 answers
8 votes
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...
2.2k
views
3 answers
7 votes
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}$ ...
537
views
0 answers
0 votes
The difference between 201 and next larger double precisionnumber is 2P, if IEEE double precision format is used then thevalue of P is ________.what is next larger precis...
511
views
1 answers
0 votes
In Single Precision floating point number when E=0 and M not equals to 0 it represents a fractional form..(BiAS=+127)when writing the decimal form why do we right (-1)^S...
1.5k
views
0 answers
0 votes
What is the minimum difference between two successive real numbers representable in this system?
703
views
1 answers
0 votes
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.0k
views
1 answers
2 votes
702
views
0 answers
1 votes
.binary number 1.11111…………. are give find decimal number
574
views
1 answers
0 votes
In floating point representations , how to determine what is to be subtracted from the exponent ?In 32 bit representation, somewhere it is said to subtract 128 from the e...
3.7k
views
4 answers
2 votes
The decimal floating point number $-40.1$ represented using $\textsf{IEEE-754} \: 32$-bit representation and written in hexadecimal form is$\textsf{0x}C2206666$$\textsf{0...
973
views
1 answers
2 votes
What is the largest mantissa we can store in floating-point format if the size of the mantissa field is m-bit and exponent field is e-bit? The mantissa is normalized and ...
229
views
0 answers
0 votes
What's the funda about de-normalization?Like when to apply, when not to? What do we exactly infer from 'number in the denormal form'?Ex: +6.25 stored as 0 1001 10010 (S B...
1.4k
views
1 answers
1 votes
Consider a modified 8-bit floating point representation in which 1-bit for sign, 3-bit for exponent and 4-bit for significant. What will be representation for decimal val...
934
views
0 answers
0 votes
Can someone please help in highlighted part. Thanks
1.8k
views
0 answers
1 votes
Represent $(2.5)_{10}$ in IEEE 754 Single precision standard:When 1 is implicit.When 1 is explicit.For the part A I am getting:-0100 0000010 0000 And for part B:-0100 000...
3.7k
views
2 answers
4 votes
Consider the following bit pattern represents the floating point number in IEEE 754 single precision format: 1 10000111 11100000000000000000000Which of the following repr...