Octal to Decimal Conversion

Опубликовано: 19 Март 2026
на канале: AKD Classes
38
3

#octaltodecimal #numbersystem
Electronic and Digital systems may use a variety of different number systems, (e.g. Decimal, Hexadecimal, Octal, Binary).

To convert an octal number into its equivalent decimal number, first we will write down the octal number. Then, starting with the least significant digit (LSD - the rightmost one), multiply the digit of its positional weightage. continue doing this process until we reach the most significant digit (MSD - the leftmost one). Similarly, right part of the octal point, the digits are multiplied with its positional weightage having negative index and add all the digits after multiplication.
Finally, add the results of both part of the octal point we will get the decimal equivalent of the given octal number.