Computer Science, asked by Eshantgupta75, 1 year ago

Convert the following binary to decimal
1) (11001)= (?)
2
for example I have attended one photo​

Attachments:

Answers

Answered by debabtsarmy
9

Answer:

1) Step by step solution

Step 1: Write down the binary number:

11001

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

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

Step 3: Solve the powers:

1x16 + 1x8 + 0x4 + 0x2 + 1x1 = 16 + 8 + 0 + 0 + 1

Step 4: Add up the numbers written above:

16 + 8 + 0 + 0 + 1 = 25. This is the decimal equivalent of the binary number 11001.

2)

Explanation:

Answered by naveensumathi29
0

Answer:

(11001100110101)2 (?)10

Similar questions