Computer Science, asked by manyagangwar345, 3 months ago

convert decimal number 1236to octal number​

Answers

Answered by shaikhshabira752
1

Answer:

Step 1) Divide 1236 by 8 to get the Quotient. Keep the Whole part for the next step and set the Remainder aside.

Step 2) Divide the Whole part of the Quotient from step 1 by 8. Again keep the Whole part and set the Remainder aside.

Step 3) Repeat Step 2 above until the Whole part is 0.

Step 4) Write down the Remainders in reverse order to get the answer to 1236 as an octal.

Here we will show our work so you can follow along:

1236 / 8 = 154 with 4 remainder

154 / 8 = 19 with 2 remainder

19 / 8 = 2 with 3 remainder

2 / 8 = 0 with 2 remainder

Then, when we put the remainders together in reverse order, we get the answer. The decimal number 1236 converted to octal is therefore:

2324

thank you

Similar questions