Write the steps to convert Octal number to binary number. pls fast
Answers
Answered by
3
step 1: Separate the digits of the given octal number, if it contains more than 1 digit.
step 2: Find the equivalent binary number for each digit of octal number. Add 0's to the left if any of the binary equivalent is shorter than 3 bits.
step 4: Write the all group's binary numbers together, maintaining the same group order provides the equivalent binary for the given octal number.
Similar questions