In an earlier post, we have seen that how to convert any number system to decimal number system. However, that article presents the conversions only for the whole numbers. In this article, we will consider the fractional number system conversion.…
Tag: Binary to Decimal
Any Number System to Decimal Conversion
The following technique is used to convert any number system to its equivalent decimal number. Technique Multiply each bit by Xn, where ‘X’ is the base and ‘n’ is the “weight” of the bit Add all the results to get…
Conversion of Number Systems
It is important to learn the techniques of converting one number system to another while studying digital electronics or digital computers. This is because, in our day-to-day life we use decimal number systems, while computers use either binary or hexadecimal…