Number System
A number system is a set of symbol use to represent a number or helps us for counting purpose. The symbols used in general can be referred as digits(or bits). The number of digits used in a number ...
# Whole Number Conversion
→ Binary Number is converted to decimal number by calculating the sum of the product of each binary digit and its corresponding place value in term of power of 2 which begins from 0 and increases for integer part.
Example;
# Fractional Conversion(Only for Grade-XI)
→ The integer part for the fractional Binary Number is converted by the same method shown above; for fractional part we calculate the sum of the product of each binary digit and its corresponding place value in term of power of 2 from -1 which decreases as we move right to fractional part.
Example;