Number System Conversion Method
There are three types of the conversion method for number system.
1. Decimal To Other Base Number System
2. Other Base Number To Decimal Number System
3. Other Base to Other base Number System
1. Decimal To Other Base Number System:
The decimal to other base are as follow :
1. Decimal To Binary Number
2. Decimal To Octal Number
3. Decimal To Hexadecimal Number
1. Decimal To Binary Number
In, Decimal to binary number, If the decimal number is an integer, then divided it by base 2 and if the decimal number in fraction than it multiply by 2.
For Integer Example:
Example For Fractional Value:
2. Decimal To Octal
In, Decimal to Hexadecimal number, If the decimal number is an integer, then divided it by base 16 and if the decimal number in fraction than it multiply by 16.






No comments:
Post a Comment