You are on page 1of 1

Represent the number 6.256 in a 16bit register in floating-point notation.

Represent binary number 1001.110 in Fixed point notation

Assume number is using 32-bit format which reserve 1 bit for the sign, 15 bits for the integer part
and 16 bits for the fractional part. Then, represent -43.625 in a fixed-point representation.

Suppose number is using 32-bit format: the 1-bit sign bit, 8 bits for signed exponent, and 23 bits
for the fractional part. Then represent -53.5 as a floating-point rep.

You might also like