Computer Science, asked by saqibthakur1, 6 months ago

Explain Conversion of Hexa-Decimal to Octal & Vice versa.

Answers

Answered by krishnabhosle2426
1

Explanation:

Hexadecimal to Octal Conversion

Consider the given hexadecimal number.

First count the number of digits in the number.

If n is the position of the digit from the right end then multiply each digit with 16n-1

Add the terms after multiplication.

Resultant is the equivalent decimal form.

Divide the decimal number with 8

Similar questions