Bridge Course of Electronics Engineering
Bridge Course of Electronics Engineering
2. Number System Conversion: Conversion of any number system like decimal, binary,
octal and hexadecimal number system into other number systems.
4. High Reliability
Digital systems are highly reliable one of the reasons for that is use of error correction codes.
5. Design is easy
The design of digital systems which require use of Boolean algebra and other digital
techniques is easier compared to analog designing.
6. Result can be reproduced easily
Since the output of digital systems unlike analog systems is independent of temperature,
noise, humidity and other characteristics of components the reproducibility of results is
higher in digital systems than in analog systems.
Disadvantages of Digital Systems
• Use more energy than analog circuits to accomplish the same tasks, thus
producing more heat as well.
• Digital circuits are often fragile, in that if a single piece of digital data is lost or
misinterpreted the meaning of large blocks of related data can completely change.
• Digital computer manipulates discrete elements of information by means of a
binary code.
Number System is a method of representing Numbers with the help of a set of Symbols
and rules.
Base or Radix of number system:
(001100101.110111)2
= (0 0110 0101 . 1101 1100)2
= (0110 0101 . 1101 1100)2
= (6 5 . D C)16
= (65.DC)16
(0 0111 1100)2
= (0000 0111 1100)2
= (() 7 C)16
In digital computers to simplify the subtraction operation & for logical manipulation
complements are used. There are two types of complements used in each radix system.
By obtaining the 1‘s comp of the given no. (by changing all 0‘s to 1‘s & 1‘s to 0‘s) & then
adding 1.
2’s complement Arithmetic:
In the 2‘s compl subtraction, add the 2‘s comp of the subtrahend to the minuend . If
there is a carry out , ignore it , look at the sign bit I,e, MSB of the sum term .If the
MSB is a 0, the result is positive.& it is in true binary form. If the MSB is a ` ( carry
in or no carry at all) the result is negative.& is in its 2‘s comp form. Take its 2‘s
comp to find its magnitude in binary.
If the number is binary, then we use 1's complement and 2's complement. But in case, when the
number is a decimal number, we will use the 9's and 10's complement.
9's Complement
The 9's complement is used to find the subtraction of the decimal numbers. The 9's
complement of a number is calculated by subtracting each digit of the number by 9. For
example, suppose we have a number 1423, and we want to find the 9's complement of the
number. For this, we subtract each digit of the number 1423 by 9. So, the 9's complement of
the number 1423 is 9999-1423= 8576.
With the help of the 9's complement, the process of subtraction is done in a much easier way.
Generally, we subtract the subtrahend from the minuend, but in a case when we perform
subtraction using 9's complement, there is no need to do the same.
For subtracting two numbers using 9's complement, we first have to find the 9's complement of
the subtrahend and then we will add this complement value with the minuend. There are two
possible cases when we subtract the numbers using 9's complement.
For subtracting the smaller number from the larger number using 9's complement, we will find
the 9's complement of the subtrahend, and then we will add this complement value with the
minuend. By adding both these values, the result will come in the formation of carry. At last,
we will add this carry to the result obtained previously.
In this case, when we add the complement value and the minuend, the result will not come in
the formation of carry. This indicates that the number is negative, and for finding the final
result, we need to find the 9's complement of the result.
10's Complement
The 10's complement is also used to find the subtraction of the decimal numbers. The 10's
complement of a number is calculated by subtracting each digit by 9 and then adding 1 to the
result. Simply, by adding 1 to its 9's complement we can get its 10's complement value. For
example, suppose we have a number 1423, and we want to find the 10's complement of the
number. For this, we find the 9's complement of the number 1423 that is 9999-1423= 8576,
and now we will add 1 to the result. So the 10's complement of the number 1423 is
8576+1=8577.
For subtracting two numbers using 10's complement, we first have to find the 10's complement
of the subtrahend, and then we will add this complement value with the minuend. There are
two possible cases when we subtract the numbers using 10's complement.
For subtracting the smaller number from the larger number using 10's complement, we will
find the 10's complement of the subtrahend and then we will add this complement value with
the minuend. By adding both these values, the result will come in the formation of carry. We
ignore this carry and the remaining digits will be the answer.
In this case, when we add the complement value and the minuend, the result will not come in
the formation of carry. This indicates that the number is negative and for finding the final
result, we need to find the 10's complement of the result obtained by adding complement value
of subtrahend and minuend.