answersLogoWhite

0


Best Answer

fdfd

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a binary number 101111111 to octal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert the hexadecimal number ABCDEF to octal and binary?

Octal = 52746757 Binary = 101010111100110111101111


Convert octal number 889 to binary?

Don't. 889 is not an octal number.


Convert the decimal numbers 1987 to binary then to octal?

In binary this number is equivalent to 11111000011 while in octal it is 3703


Convert the binary number 1011100.1000101 to octal?

134.105


Convert the hexadecimal number 221122 into binary octal and decimal?

221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610


How you can convert 128 of octal in binary by direct method?

128 is not a valid octal number. Please restate the question.


Draw a flow chart to convert a binary number to its octal equvalent?

gbgb


How do you convert 1470 octal to binary?

1470 octal = 001 100 111 000 binary


What is the binary equivalent of the octal number 13.54?

To convert an octal number to binary, each octal digit is converted to a group of three binary digits. In this case, the octal number 13.54 is equivalent to 101.101100 in binary. The whole number part (13) is converted to 101, and the fractional part (.54) is converted to 101100.


How do you convert octal to binary with 2 decimal nos?

The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method


Convert binary numbers to octal numbers 1111111010?

1111111010 = octal 1772


Explain with example procedure to convert octal to binary number?

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]