How to convert decimal to octal step by step?
Answers
Answered by
0
Simply divide the decimal number with octal number.
Consider any random decimal number say 764.
Now we shall divide it with '8'.
764/8 : Quotient1 = 95, Remainder1 = 4
95/8 : Quotient2 = 11, Remainder2 = 7
11/8 : Quotient3 = 1, Remainder3 = 3
'1' cannot be divided further,
Hence, the Octal number of 764 is 1374
Consider any random decimal number say 764.
Now we shall divide it with '8'.
764/8 : Quotient1 = 95, Remainder1 = 4
95/8 : Quotient2 = 11, Remainder2 = 7
11/8 : Quotient3 = 1, Remainder3 = 3
'1' cannot be divided further,
Hence, the Octal number of 764 is 1374
Similar questions