Number System
In Digital Electronics there are 4 Types of number system. These are given below:
Decimal Number:
A decimal number is a number with a decimal point in it like 17.587
The number to the left of the decimal is an ordinary number. Here the first number to the right of the decimal is the number of tenths (1/10s). The second is the number of hundredths(1/100s) and like others.
Decimal Number
Binary Number:
In mathematics and digital electronics, a binary number is a number expressed in the base-2 number system or binary numeral system, which uses only two symbols: 0 and 1
Binary Number
Octal Number:
The octal number system is based on 8 number system and uses the digits 0 to 7.
Octal Numbers can be made from binary numbers by grouping consecutive binary digits into groups of three(starting from the right).
Octal Number
Hexadecimal Number:
A hexadecimal number based on the number 16. As well as the familiar digits 0 to 9, there are also the letters "A", "B", "C", "D", "E", "F" in place of the decimal numbers 10 to 15.
Hexadecimal Number