Octal To Decimal
It is same as binary to decimal just change is instead of 2 use 8.
See Binary to Decimal post.
To convert from binary to decimal multiply digits ahead of decimal point by 80 to 8n starting from LSD(Least Significant Digit) to MSD(Most Significant Digit) and for binary digits after decimal point multiply by (1/8)1 to (1/8)n starting from right to left.
Let's see some examples:
See Binary to Decimal post.
To convert from binary to decimal multiply digits ahead of decimal point by 80 to 8n starting from LSD(Least Significant Digit) to MSD(Most Significant Digit) and for binary digits after decimal point multiply by (1/8)1 to (1/8)n starting from right to left.
Let's see some examples:
No comments:
Post a Comment