INTRODUCTION TO DIGITAL SYSTEM
A Digital system is an interconnection of digital modules and it is a system that manipulates discrete elements of information that is represented internally in the binary form.
Now a day’s digital systems are used in a wide variety of industrial and consumer products such as automated industrial machinery, pocket calculators, microprocessors, digital computers, digital watches, TV games and signal processing and so on.
Characteristics of Digital systems
• Digital systems manipulate discrete elements of information.
• Discrete elements are nothing but the digits such as 10 decimal digits or 26 letters of the alphabet and so on.
• Digital systems use physical quantities called signals to represent discrete elements.
• In digital systems, the signals have two discrete values and are therefore said to be binary.
• A signal in a digital system represents one binary digit called a bit. The bit has a value of either 0 or 1.
NUMBER SYSTEM
The number system is a basis for counting various items. Modern computers communicate and operate with binary numbers which use only the digits 0 &1. Basic number system used by humans is the Decimal number system.
For Ex: Let us consider the decimal number 18. This number is represented in binary as 10010.
We observe that the binary number systems take more digits to represent the decimal number. For large numbers, we have to deal with very large binary strings. So this fact gave rise to three new number systems.
i) Octal number systems
ii) Hexa Decimal number system
iii) Binary Coded Decimal number(BCD) system To define any number system we have to specify
• Base of the number system such as 2,8,10 or 16.
• The base decides the total number of digits available in that number system.
• First digit in the number system is always zero and the last digit in the number system is always base-
Binary number system:
The binary number has a radix of 2. As r = 2, only two digits are needed, and these are 0 and 1. In a binary system, weight is expressed as a
power of 2.