Computer Science, asked by deepikagupta533, 5 hours ago

Convert the following Binary number into Decimal number. A) 111000 B) 1010101 C) 100111 D) 110011​

Answers

Answered by priyankamukka
1

Answer:

A) 56

B) 85

C) 39

D). 51

Explanation:

here is the explanation for D)

Step 1: Write down the binary number:

110011

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

1x2^5 + 1x2^4 + 0x2^3 + 0x2^2 + 1x2^1 + 1x2^0

Step 3: Solve the powers:

1x32 + 1x16 + 0x8 + 0x4 + 1x2 + 1x1 = 32 + 16 + 0 + 0 + 2 + 1

Step 4: Add up the numbers written above:

32 + 16 + 0 + 0 + 2 + 1 = 51. This is the decimal equivalent of the binary number 110011.

Similar questions