answersLogoWhite

0


Best Answer

Convert each "digit" of the octal into a triplet of binary digits, according to the following rule:

Octal Binary

0 000

1 001

2 010

3 011

4 100

5 101

6 110

7 111

So, for example, octal 53 = binary 101 011 [= decimal 43]

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain with example procedure to convert octal to binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you subtract a combination of binary octal and a hexadicemal?

You must first convert them to a common base. For example, convert all to binary.


What is 97 in binary code?

You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.


Example on how to convert binary to hex?

Group the binary into 4's. For example:0110110101100110 1101 01106 D 6


How do you convert binary number to bcd number on paper?

Example Binary 00111000 Convert to Decimal 56 Convert to BCD by using groups of four binary numbers for each digit 5 6 0101 0110


Example in everyday life to explain this binary concept?

Flipping coins.


What is the answer of binary decimal plus binary?

If you want to add numbers in different bases, in this case decimal and binary, or do any other calculation that involves different bases for that matter, you have to convert all numbers to a single system first - for example, all to decimal. Then you can do the operation. It is really up to you in what base you represent the final answer. In this example, you can convert back to binary, for example.


How do you convert image to binary format?

To convert image to binary, you just have to convert image to binary. Hope this helps.


How do you convert hexadecimal 4c.B7 to Binary?

Convert each hex digit to four binary digits. If you get less than three (for example, 7 --> 111), fill it out with zeroes to the left (in this case, 0111).


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How do you subtract 2 binary numbers?

An easy way is to convert them to decimal, subtract, then convert the answer back to binary.


How do you convert 000010 in binary?

000010 in binary is 2 in decimal.


How do you Convert 180 into binary?

The number 180 in binary is 10110100