Computer Science, asked by shivkumarshiv54321, 3 months ago

convert 135 in binary​

Answers

Answered by anindyaadhikari13
8

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

  • The binary equivalent of the decimal number is (135)₁₀ is (1000 0111)₂

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

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\tt2&\tt135&\\ \tt2&\tt67&\tt1\\ \tt2&\tt33&\tt1\\ \tt2&\tt16&\tt1\\ \tt2&\tt8&\tt0\\ \tt2&\tt4&\tt0\\ \tt2&\tt2&\tt0\\ \tt2&\tt1&\tt0\\ &\tt0&\tt1\end{array}}

Now, arrange the remainders obtained from bottom to top:

> (135)₁₀ is (1000 0111)₂ (Answer)

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

  • Divide the number by 2.
  • Write the quotient on the left and remainders on the right.
  • Repeat the above two processes until the quotient becomes 0.
  • Now arrange the remainders obtained from bottom to top.
  • Result obtained will be the binary equivalent of the given decimal number.
Similar questions