Answer:1. To convert a decimal number to octal, we first need to divide the decimal number by 8.2. The remainder of the division is the first digit of the octal number.3. The quotient of the division is used for the next step.4. This process of dividing by 8 and using the remainder continues until the quotient becomes 0.5. The octal number is formed by writing the remainder in reverse order.