Computer Science, asked by shyampatel3610, 15 days ago

1111.011 base 2 with working

Answers

Answered by kaursachpreet12
0

Answer:

here's is your answer

Explanation:

To convert binary number 1111.011, we convert its integral and fractional part individually and then add them to get the equivalent decimal number, as below:

In integral part of binary number, multiply ones place with 2^0, tens place with 2^1, hundreds place with 2^2 and so on from right to left.

In the fractional part of binary number, multiply tenths place by 2^-1, hundredths place by 2^-2 and so on from left to right

Add them all together you got from step 1 & step 2 to get decimal equivalent of 1111.011.

Using the above steps, we first convert the integral part 1111 to decimal number (Don't forget that we start from ones place to so on...)

Decimal equivalent of "1" = 1 × 2^0 = 1

Decimal equivalent of "1" = 1 × 2^1 = 2

Decimal equivalent of "1" = 1 × 2^2 = 4

Decimal equivalent of "1" = 1 × 2^3 = 8

Decimal equivalent of "1111" = 8421

1111 = 15

Now we will convert the fractional part 0.011 to decimal form (Don't forget that we start from tenths palce to so on..):

Decimal equivalent of "0" = 0 × 2^-1 = 0

Decimal equivalent of "1" = 1 × 2^-2 = 0.25

Decimal equivalent of "1" = 1 × 2^-3 = 0.125

Decimal equivalent of "0.011" = 00.250.125

0.011 = 0.375

Here is the final answer, The binary number 1111.011 converted to decimal is therefore equal to:

= 1111.0112

= 1510 + 0.37510

= 15.37510

MARK ME AS BRAINLIEST

Similar questions