Tradução de "octal" para a língua portuguesa:
Exemplos (Fontes externas, não revisadas)
| Example 658 6 8 5 5310 Octal to binary conversion To convert octal to binary, replace each octal digit by its binary representation. | Exemplo Conversão Octal Binário Quando existir necessidade de converter números octal em binários, deve se separar cada dígito do número octal e substituí lo pelo seu valor correspondente de binário. |
| Hexadecimal to octal conversion Hexadecimal to octal conversion proceeds by first converting the hexadecimal digits to 4 bit binary values, then regrouping the binary bits into 3 bit octal digits. | Exemplo Conversão para octal Tabela de valores Ver também Sistema binário Sistema decimal Sistema hexadecimal Conversão entre sistemas numéricos |
| Method of successive multiplication by 8 To convert a decimal fraction to octal, multiply by 8 the integer part of the result is the first digit of the octal fraction. | Conversões de um sistema para outro Conversão Decimal Octal Método de multiplicações sucessivas por 8 É utilizado para converter uma fração decimal para o sistema octal. |
| For instance, convert octal 1057 to hexadecimal To binary then to hexadecimal Therefore, 10578 22F16. | Converte se o número hexadecimal em binário e este em octal. |
| The octal numeral system, or oct for short, is the base 8 number system, and uses the digits 0 to 7. | Sistema Octal é um sistema de numeração cuja base é 8, ou seja, utiliza 8 símbolos para a representação de quantidade. |
| Octal is converted to binary and then binary to hexadecimal, grouping digits by fours, which correspond each to a hexadecimal digit. | Exemplo Conversão Binário Octal Para converter um número binário em octal, executa se o processo inverso ao anterior. |