Question

Show the IEEE 754 bit pattern for the following numbers (assume excess 127): a. 1.2901318359375x10^2 b....

Show the IEEE 754 bit pattern for the following numbers (assume excess 127):

a. 1.2901318359375x10^2

b. 5.517578125x10^-2

Homework Answers

Answer #1

a) Binary representation of 129.01318359375 = 10000001.00000011011 = 1.000000100000011011 * 2^7

Biased exponent = 127+7= 134 = 10000110, signed bit = 0 (because positive)

IEEE 754 representation (excess 127):

0 10000110 00000010000001101100000

b)Binary representation of 0.05517578125 = 0.00001110001 = 1.110001 * 2^-5

Biased exponent = 127+(-5) = 122 = 1111010, signed bit = 0(because positive)

IEEE 754 representation (excess 127):

0 01111010 11000100000000000000000

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
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75...
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75 ii. 0 iii. - infinity iv. 23 v. 10.25
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign,...
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign, 3 bits for the exponent, and 1 bit for the fraction, write the formulas for the exponent E, the significand M, the fraction f, and the value V for the quantities that follow and also describe the bit representation. Please show all steps to receive full credit. The number 5.0 The largest odd integer that can be represented exactly The reciprocal of the smallest...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
1. (10 pts) Apply Booth's Algorithm to multiply the following 6-bit unsigned numbers, showing the contents...
1. (10 pts) Apply Booth's Algorithm to multiply the following 6-bit unsigned numbers, showing the contents of the A, Q, M registers and the C bit, through the 6 steps: 100110 and 111001 (i.e., decimal 38 and 57) 2 Assuming single-precision (i.e., 32-bits) IEEE 754 standard, unpack the following 32- bit string into decimal floating-point form: 11001110100001000110010000110100
Matlab uses IEEE double precision numbers: 64-bit floating point representation 1 bit : sign 11 bits:...
Matlab uses IEEE double precision numbers: 64-bit floating point representation 1 bit : sign 11 bits: exponent 52 bits: mantissa. Calculate largest number (less than inf) that can be stored accurately Calculate smallest number (x>0) that can be stored accurately Calculate the machine epsilon Show all work step by step and repeat for 10 bit floating point (bit sign, 4 bits exponent and 5 bits mantissa)
Given the following pair of decimal numbers: A = 2.6125 x 101 and B = 4.150390625...
Given the following pair of decimal numbers: A = 2.6125 x 101 and B = 4.150390625 x 10-1 a) Compute the binary representation of both A and B using the IEEE-754 single precision floating- point format. b) Compute A+B in binary using the IEEE-754 single precision floating-point format.
Matlab uses IEEE double precision numbers: 64-bit floating point representation 1 bit : sign 11 bits:...
Matlab uses IEEE double precision numbers: 64-bit floating point representation 1 bit : sign 11 bits: exponent 52 bits: mantissa. Calculate largest number that can be stored accurately Calculate smallest number (x>0) that can be stored accurately Calculate the machine epsilon Show all work step by step and explain calculations Now calculate the largest number and smallest number for a 10 bit floating point (1 bit for the sign, 4 bits exponent and 5 bits mantissa)
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show all work A) -15.5625 B) 10.9375
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)...
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