Text Document

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 2

1

NUMBER SYSTEM
In a digital system ,the system can understand only the optional number system . In these system digits,
symbols are used to represent different values , depending on the index from which it settle in the
number system.

In simple terms for representing the information we use the number system in the digital system . The
digital value in the number system calculates using

• The digit
• The indexware where the digit id present in the number
• Finally the base number, the total number of digits available in the number system
Types of Number system

In the digital computer there are various types of number system used for representing information
1) Binary number system
2) Decimal number system
3) Octal number system
4) Hexadecimal number system

Binary number system


• Binary number system is used in the digital computer
• In their number system it carries only 2 digits either 0 or 1

Characteristics
• It holds only 2 values, 0and 1
• It is also known as the base 2 number system

Decimal number system


• The decimal number are used in our day to day life
• The decimal number system contains 10 digits from 0 to 9

Octal number system


• The octal number system has base 8 which means it has only 8 digits from 0 to 7
• It is also known as the base 8 number system
2

Characteristics
• An octal number system carries 8 digits starting from 0 to 7
• It is also known as the base 8 number system

Hexadecimal number system


• It is another technique to represent the number in the digital system.
• The number system has a base of 16

Characteristics
• It has 10 digit from 0 to 9 and 6 letters from A to F .
• It is also known as base 16 number system

You might also like