1.

Convert the following binary number into decimal number1) 100001​

Answer»

Decimal=33Explanation:Step 1: Write down the binary number:100001Step 2: Multiply each DIGIT of the binary number by the CORRESPONDING power of two:1x25 + 0x24 + 0x23 + 0x22 + 0x21 + 1x20Step 3: Solve the powers:1x32 + 0x16 + 0x8 + 0x4 + 0x2 + 1x1 = 32 + 0 + 0 + 0 + 0 + 1Step 4: Add up the numbers written above:32 + 0 + 0 + 0 + 0 + 1 = 33.So, 33 is the decimal equivalent of the binary number 100001



Discussion

No Comment Found