Computer Science, asked by musfikarahman, 1 month ago

convert 1010² to decimal conversion. computer​

Answers

Answered by anindyaadhikari13
3

\textsf{\large{\underline{Answer}:}}

  • The decimal equivalent of the binary number (1010)₂ is (10)₁₀

\textsf{\large{\underline{Solution}:}}

Given Binary Number: (1010)₂

The decimal equivalent of the binary number will be:

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

= 8 + 0 + 2 + 0

= (10)₁₀  (Answer)

\textsf{\large{\underline{Steps To Solve}:}}

  • Multiply each binary digit from the right with the successive power of 2 (starting with 0).
  • Add the numbers obtained after multiplication.
  • Result obtained will be the decimal equivalent of the given binary number.
Similar questions