Computer Science, asked by thaaiventires, 20 days ago

(1000001)²,convert binary number to decimal number. ​

Answers

Answered by nehagupta36
1

given:

binary number:(1000001)₂  

to find:  

decimal number: ?

solution:

= (1 × 2⁶) + (0 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰)

=  64+0+0+0+0+0+1

answer =  (65)₁₀

(base 2 represent binary number and base 10 represent decimal number)

Answered by sarangindia1999
1

Answer:

1000001)₂ = (1 × 2⁶) + (0 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰) = (65)₁₀

Similar questions