Computer Science, asked by sarveshchirgun, 1 day ago

Convert Binary to Decimal (1011001)2 = ( )10 computer science​

Answers

Answered by UjjwalGAMERZ
2

the process by which green plants and some other organisms use sunlight to synthesize nutrients from carbon dioxide and water. Photosynthesis in plants generally involves the green pigment chlorophyll and generates oxygen as a by-product

Answered by khushikumari15122006
3

Answer:

1011001)2 = (89)10

Step by step solution

Step 1: Write down the binary number:

1011001

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x26 + 0x25 + 1x24 + 1x23 + 0x22 + 0x21 + 1x20

Step 3: Solve the powers:

1x64 + 0x32 + 1x16 + 1x8 + 0x4 + 0x2 + 1x1 = 64 + 0 + 16 + 8 + 0 + 0 + 1

Step 4: Add up the numbers written above:

64 + 0 + 16 + 8 + 0 + 0 + 1 = 89.

So, 89 is the decimal equivalent of the binary number 1011001.

Similar questions