Computer Science, asked by cnithish3498, 11 hours ago

convert 128 base value 10 to octal number
with steps​

Answers

Answered by anindyaadhikari13
8

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

  • The octal equivalent of the given decimal number (128)₁₀ is (200)₈

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

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\sf8&\sf128&\\ \sf8&\sf16&\sf0\\ \sf8&\sf2&\sf0\\ &\sf0&\sf2\end{array}}

Now arrange the remainders obtained from bottom to top:

> (128)₁₀ = (200)₈ (Answer)

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

  • Divide the number by 8.
  • Write the quotient on the left and remainders obtained 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 octal equivalent of the given decimal number.
Answered by TrustedAnswerer19
4

see the attachment please

Attachments:
Similar questions