Question

Determine the single precision 32-bit representation of: 2-30 Please show all steps and all work, I'm...

Determine the single precision 32-bit representation of:

2-30

Please show all steps and all work, I'm having trouble figuring out how to do this

Homework Answers

Answer #1

normalized form of 2^-30 is 1.0 * 2^-30
(by just multiplying 1 with 2^-30)

single precision:
--------------------
sign bit is 0(+ve)                      ->  because this is positive. 0 is used for positive.
exp bits are (127-30=97) => 01100001    ->  power of 2 is -30, bias is always 127. exponent value bias+power = 127+30 = 97. In binary 97 is 01100001
frac bits are 00000000000000000000000   ->  because all are zeros after dot(.) in 1.0

so, 2^-30 in single-precision format is 0 01100001 00000000000000000000000
in hexadecimal it is 0x30800000
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit...
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit numbers, each expressed as an 8-digit hex number. Express your answer using decimal scientific notation. (a) (C6500000)16 (b) (31200000)16
For each of the following, assume that we are using a 32-bit system with single-precision (32-bit)...
For each of the following, assume that we are using a 32-bit system with single-precision (32-bit) floating point numbers (floats) in IEEE format, double-precision (64-bit) doubles in IEEE format, and 32-bit integers. Which of the following evaluate to true for all argument values? (Circle each that is always true). char c = .. int x = .. short y = .. float f = .. double d = .. c == (char)(float) c y == (short)(int) y f == (float)(double)...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must be in HEX. SHOW WORK PLEASE. 2. Given Hexadecimal 0x3F300000, convert it to decimal number if it is a single precision floating point number. SHOW WORK PLEASE.
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work,...
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work, thanks!
Find the internal representation of the following decimal number in the Single Precision Floating Point format...
Find the internal representation of the following decimal number in the Single Precision Floating Point format of the value: -17.6 Non-terminating fractions should be carried out 6 places. You will show the different steps involved in this transformation by filling out the fields below. The value 17 in binary is ___ 2 (no leading or trailing zeroes). The value .6 in binary is ____ 2 (complete to 6 places) Normalized fraction: 1.____ 2 x 2Exponent. Exponent=_____. Biased Exponent in Binary:...
Let n1 = 36, n2 = 41 , ̄x1 = 11.6, ̄x2 = 10.4, s1 =...
Let n1 = 36, n2 = 41 , ̄x1 = 11.6, ̄x2 = 10.4, s1 = 1.8 and s2 = 2.6. 2 At the α =.05 significance level, do the populations have equal means? (Please show work I'm having trouble figuring out where I made my mistake).
Please answer all parts of the following question. Please show all work and all steps. 1a.)...
Please answer all parts of the following question. Please show all work and all steps. 1a.) Let Xn be a Marcov chain with the states S = {0,1} starting from 0. The transition probability is given by p = ( 1/3 2/3) 1/2 1/2 Compute P(X2=1) and compute P(X3=0 given X2=1) 1b.) Suppose that T1 and T2 are stopping times. Determine whether the following are stopping time or not: (1) T1 + T2, (2) T1 − 1 (assuming T1 ≥...
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement...
Please show all work: Convert the following decimal numbers into 8-bit binary numbers in the 2’s-complement form and perform the indicated operation. Circle the two binary numbers that are being added and the binary answer. Note: All three equivalent binary numbers are required for full credit.             +22             - 10             ----             =
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT