At the end of this lesson-
1. You will be able to convert a binary number into decimal number.
2. You will be able to convert a octal number into decimal number.
3. You will be able to convert a hexadecimal number into decimal number.
Go For Bangla Version
Other Base to Decimal Number System
Same Rules for Both Integer and Fractional Number-
Step-1: Multiply each digit of the given number by their positional value.
Positional value of a digit = (base of given number)position of the digit
[ In integer number, position of the digit starts from 0 (right to left) and in ...
Read More