answersLogoWhite

0

answer is

0 10000011 00111000000000000000000

to get it first we have to convert 19.5 to binary

19 ->10011 ( 1* 2^4+1*2^3+1*2^2+1*2^1+1*2^0)

0.5-> 0.1 (2^-1=0.5)

10011+0.1=10011.1

The next step is to normalize this number so that only one non zero decimal place is in the number. To do this you must shift the decimal place4 positions to the left. The number4 becomes important so we note it. This process leaves us with the number 1.00111 which is the fraction that is represented in the last 23 bit places in the 32 bit binary. This is then padded with 0's to fill in the full 23 bits - leaving us with 00111000000000000000000.

so now we have first digit as 0 because this z a positive no and the last 23 digits.

We must now derive the middle 8 bits. To do this we take our exponent (4) and add 127 (the maximum number you can express with 8 bits (2^8-1 or the numbers 0 to 127)) which gives us 131. We then express this number as an 8 bit binary. This is 10000011 (or 1*2^7 + 1*2^1+ 1*2^0 or 128+2+1). Now we have the middle bits.

Taken as a whole our bit sequence will be:

0 10000011 00111000000000000000000

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

The IEE standared 32 bit floating point representation of the binary number 19.5 is?

0 10000011 11100000000000000000000


What is the utility of floating point representation of numbers?

A floating point number is, in normal mathematical terms, a real number. It's of the form: 1.0, 64.369, -55.5555555, and so forth. It basically means that the number can have a number a digits after a decimal point.


In a floating point number representation the number with excess 64 code and base as 16 the number 16e-65 is represented as?

"In a floating point number representation, the number with excess 64 code and base as 16, the number 16e-65 is represented as: " This the minimum re-presentable positive number.


Canonical signed digit number representation of a binary number?

is it possible to apply CSD to bough wooley multiplier


Clearly explain the functions that the mantissa and exponent have in floating point number?

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

Related Questions

The IEE standared 32 bit floating point representation of the binary number 19.5 is?

0 10000011 11100000000000000000000


What is the binary representation of the hexadecimal number 3D9?

The binary representation is : 1111011001


When is a binary floating point number normalized?

A binary floating point number is normalized when its most significant digit is not zero.


Which binary number is equivalent of the decimal number 208?

11010000 is the equivalent binary representation of the decimal number 208.


What is 01101001?

That is the binary representation of the decimal number 105.


What is the binary representation of hexadecimal number of ABC?

It is 101010111100.


How do you refer rational numbers to binary?

Rational numbers can be represented in binary by converting both the numerator and denominator of the fraction to binary format. For example, the rational number 3/4 would be converted to binary as 11/100. Additionally, if the rational number is not a simple fraction, it can be expressed as a binary floating-point number using a format like IEEE 754, which encodes the sign, exponent, and mantissa of the number. This allows for precise representation of rational numbers in a binary system.


What is the utility of floating point representation of numbers?

A floating point number is, in normal mathematical terms, a real number. It's of the form: 1.0, 64.369, -55.5555555, and so forth. It basically means that the number can have a number a digits after a decimal point.


What is the binary representation of the decimal number 10?

1010 = 10102


What is the binary representation hexadecimal number BF0D?

BF0D = 1011111100001101


What number is the binary representation for a circuit that contains current?

1


What is the eight bit binary representation of the decimal number 17?

00010001