.
Write down the steps to convert binary number to decimal number
Answers
Answer:
Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2). Since digital electronics have only these two states (either 0 or 1), so binary number is most preferred in modern computer engineer, networking and communication specialists, and other professionals.
Whereas Decimal number is most familiar number system to the general public. It is base 10 which has only 10 symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.
Explanation:
Conversion from Binary to Decimal number system
There are mainly two methods to convert a binary number into decimal number − using positional notation, and using doubling. These methods are explained are as following below.
Using Positional Notation
Using Doubling
These are above two simple methods to convert a binary number into decimal number.
❤❤❤❤❤❤❤❤