In a recent article, we have seen how to convert any number system from decimal. However, there, we have only considered the whole numbers. In this article, we considered the decimal to binary conversion for the fractional number. Technique Consider…
Tag: Decimal to Binary
Decimal to Any Number System Conversion
The following technique is used to convert a decimal number to any number system. Technique Divide by ‘X’, where ‘X’ is the base/radix of the number system Keep track of the remainder Repeat the process till the quotient becomes ‘0’…
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…