- Decimal to other systems.
- Other systems to decimal.
Conversion from Other Systems to Decimal:
- Step 1: Note down the given number.
- Step 2: Write down the weights for different positions.
- Step 3: Multiply each digit in the given number with the corresponding weight to obtain product numbers.
- Step 4: Add all the product numbers to get the decimal equivalent.
1*23 = 8 ; 0*22 = 0 ; 1*21 = 2 ; 1*20 = 1 ; 0*2-1 = 0 ; 1*2-2 = 0.25
Step 4: Add all the product numbers to get the decimal number.
1024 + 192 + 8 + 0.125 = 1224.125
Conversion from Decimal to Other Systems:
1. If the given decimal number consists of a decimal, then we have to first separate out the integer and fractional parts.
2. Then convert them differently to the desired base, and combine the converted parts to obtain the complete converted number.
3. The procedures for converting the integer part and the fractional part are completely different each other.
Steps to be followed:
- Step 1: Divide the integer part of given decimal number by the base, noting the remainder.
- Step 2: Continue to divide the quotient by the base until there is nothing left, keeping track of the remainders from each step.
- Step 3: List the remainder values in reverse order to find its equivalent.
Convert the decimal number (105)10 to the equivalent binary number.
Figure below shows a simpler method. We divide the given number by the base of binary system.

Thus; (105)10 = (1101001)2
Convert the decimal number (259)10 into its hex equivalent.
The conversion takes place as follows:
The base is 16 so we divide the given number by 16.

Thus; (259)10 = (103)16
Convert the decimal number (204)10 into its equivalent octal number.
We divide the decimal number by the base of octal system which is 8.

Thus; (204)10 = (314)8
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.