We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7
NUMBER SYSTEM
M A D E B Y- FAY E Z A U M M E H A N I NUMBER SYSTEM
• A number system is a way of
representing numbers using different types of symbols or digits ,allowing for counting, data representation and calculation. DIFFERENT TYPES OF NUMBER SYSTEM • There are four types of number system :- Binary number system Octal number system Decimal number system Hexadecimal number system BINARY NUMBER SYSTEM
• The binary number system consists
of two numbers 0 and 1. • The base of binary number system is 2 because the total digits in this number system are two. • Some examples are - 11101, 10001, 1010, 101, 11101111. OCTAL NUMBER SYSTEM
• A number system whose base is 8 is
known as the octal number system. • The base 8 means the system uses eight digits from 0 to 7,that is, any number can be written using a combination of eight digits of this number system. • Some examples are - 24, 36, 7654, 04210. DECIMAL NUMBER SYSTEM
• The decimal number system consists
of digits from 0 to 9. • These ten digits can be used in any combination to form a number. • The base of decimal number system is 10 because the total digits used in this number system are 10 (0 to 9). • Some examples are – 608, 1711, 635, 9882. HEXADECIMAL NUMBER SYSTEM
• Hexadecimal number system consists of
ten digits and six letters. • The ten digits are-0, 1, 2, 3 ,4, 5, 6, 7, 8, 9. • The six letters are- A, B, C, D, E, F. • The six letters represent 10, 11, 12, 13, 14, 15 respectively. • The base of Hexadecimal number system is 16. • Some examples are- 6d, 64g, 736gfs.