My dear school students... we help you to get understanding about derivations in physics and chemistry..
NUMBER SYSTEMS IN COMPUTER
There are four types of number systems
1. Binary Number System
2. Octal Number System
3. Decimal Number System
4. Hexa decimal Number System
Binary Number System:
* Includes only two numbers- 0,1.
* Base of binary number system is 2.
Octal Number System:
*Includes 8 numbers from 0 to 7.
*Base of octal number system is 8.
Decimal Number System:
*Includes 10 numbers from 0 to 9.
*Base of Decimal Number system is 10.
Hexadecimal Number System:
*Includes 16 numbers from 0 to 15.
*Base of Hexadecimal number system is 16.
*In hexadecimal number system first 10 numbers include 0 to 9 and then 10 to 15 is replaced by 'A' to 'F'. (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F)
