Computer Science, asked by laxminarayan2638, 1 month ago

convert decimal to octal.(3458)10​

Answers

Answered by adi17anant
2

Answer:

this is the stape to convert it

Explanation:

  1. .

Write the given decimal number.

2. If the given decimal number is less than 8 the octal number is the same.

3. If the decimal number is greater than 7 then divide the number by 8.

4. Note the remainder, we get after division.

5. Repeat step 3 and 4 with the quotient till it is less than 8

Answered by adharsh19
2

Answer:

octal form of 3458 is 6602

Explanation:

Octal number system is the number system with base 8

so divide the number continuosly by 8 and the remainder in reverse order gives you the octal form.

(see attachment for steps)

Attachments:
Similar questions