Science, asked by Anonymous, 1 year ago

how to convert octalal to hexadecimal

Answers

Answered by atul103
9
hope it's helpful for you
Attachments:
Answered by Vinnaitsme777
2
Octal to hexadecimal is converting a number is an octadecimal number system to an equivalent number in the hexdecimal number system. That is converting a number from base 8 to base 16. The conversion cannot be done directly.
$ It is done in two steps. In first step we will convert the given octadecimal number to its equivalent decimal number. In second step we consider this decimal number and convert the decimal number to its equivalent hexadecimal number.
$ Below are the steps on octal to hexadcimal conversion -

Step 1: Let the number of digits in the number be n
Step 2: Multiply the digits with 8n-1where n is position of digit from the right end of the number.If the number has decimalpart the multiply digits after decimal by  where m is position of the number from the decimalStep 3: Add the terms after multiplicationStep 4: The obtained number is equivalent decimal number to the given octalStep 5: Consider the decimal number,divide it by 16Step 6: Note the remainder.Step 7: Continue the process till the quotient in zeroStep 8: Write the remainder in the reverse orderStep 9: The obtained number is equivalent hexadecimal number to the given octadecimal number.
Similar questions
Math, 6 months ago