Presentation 1
Presentation 1
A.Introduction
• Number system is a method of writing numbers that is a mathematical
way or representing the numbers of a given set by using digits or
symbols in a logical manner.
• There are four types of number system.
1.Binary number system
Binary number system can contain two digits 0 and 1.
So base of binary number system is 2.
Binary numbers are represented with 2 as subscript to the value.
2. Decimal number system
It can contain digits from 0 to 9.
So base of decimal number system is 10.
Decimal numbers are represented with 10 as subscript to the value.
3.Octal number system
It can contain digits from 0 to 7.
So base of octal number system is 8.
Octal numbers are represented with 8 as subscript to the value
4.Hexadecimal number system
can contain digits from 0 to 9 and alphabets from A to F where,
A=10
B=11