Can Anyone Explain Different Number Systems?
Humans are very curious and always in search of best solutions. For counting things different number systems are used. Some of them are Decimal number system, Binary number system, Hexadecimal system and octal number system. Every number system has a base called Radix. In decimal number system basic numerals are ten; these are 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Decimal number system is used in mathematics, accounts and some other subjects. Most commonly number system use in daily life is decimal number system. A computer works with electricity and have only two conditions that either current is On or current is OFF. So most comely used number system in computers is binary number system. It consist of only two values 0 and 1. 0 means OFF and 1 means On. The Radix of Octal number system is 8. Octal number system consist of eight numeric values; 0, 1, 2, 3, 4, 5, 6 and 7. The Radix of Hexadecimal number system is 16. Decimal number system consist of sixteen numeric values; 0, 1, 2, 3, 4, 5,