Steps to Convert Decimal to octal
Answers
Answered by
2
Answer:
Follow the given steps to convert a number in Decimal base to Octal base:
1. Divide the number by 8.
2. Get the integer quotient for the next iteration.
3. Get the remainder for the octal digit.
Repeat the steps until the quotient is equal to 0.
Example in attachment
Also, write remainder from bottom to up (in reverse order), this will be 322 which is equivalent octal number of decimal integer 210.
Attachments:
Similar questions