Number System

                                                                     "Number System"


In Digital Electronics,

Definition: In digital electronics, the number system is used for representing the information. The number system has different bases and the most common of them are the decimal, binary, octal, and hexadecimal. The base or radix of the number system is the total number of the digit used in the number system. Suppose if the number system representing the digit from 0 – 9 then the base of the system is the 10.

Types of Number Systems:-

Some of the important types of number system are:-



These number systems are explained below in details.

1. Decimal Number Systems : -

The number system is having digit 0, 1, 2, 3, 4, 5, 6, 7, 8, 9; this number system is known as a decimal number system because total ten digits are involved.The base of the decimal number system is 10.

2. Binary Number Systems : -

The modern computers do not process decimal number; they work with another number system known as a binary number system which uses only two digits 0 and1.The base of binary number system is 2 because it has only two digit 0 and 1.The digital electronic equipments are works on the binary number system and hence the decimal number system is converted into binary system.

3. Octal Numbers : -

The base of a number system is equal to the number of digits used, i.e., for decimal number system the base is ten while for the binary system the base is two. The octal system has the base of eight as it uses eight digits 0, 1, 2, 3, 4, 5, 6, 7.


4. Hexadecimal Numbers : -

These numbers are used extensively in microprocessor work.The hexadecimal number system has a base of 16, and hence it consists of the following sixteen number of digits.

( 0, 1, 2, 3,  4, 5, 6, 7, 8, 9, A, B, C, D, E,  F )

                                                                                   Blog Presented by

                                                                       ~SHUBHAM SINGH CHOUHAN
                                                                        ( Computer science
                                                                         Department )
                                                                          "The Innovation Hub"
                                                                           (Team Member)

#TIH2019



"The innovation hub" join us on following sites.....







Innovative mixing of songs- channel END BAND link...https://www.youtube.com/channel/UCbiOBBTYpVLjgTXjIaiel2A



"Trending Research" you tube channel link..https://www.youtube.com/channel/UCtSCDLJmLmu6eSEq44HfWIg

Comments

Popular posts from this blog

Stack data structure