Computer Science, asked by Ssukainaschrace, 1 year ago

HOW TO CONVERT DECIMAL NUMBERS TO OCTAL NUMBERS

Answers

Answered by suhanisuryawanshi29
3

A repeated division and remainder algorithm can convert decimal to binary, octal, or hexadecimal.

Divide the decimal number by the desired target radix (2, 8, or 16).

Append the remainder as the next most significant digit.

Repeat until the decimal number has reached zero.

Please mark as brain list

Answered by Stephenstrange
2

Multiple 8 to every digit an raise its power to its unit's place

Hope its helpful

Similar questions