Unit III - Number System and Logic Gates
Unit III - Number System and Logic Gates
shown below.
NAND GATE
Has two or more input terminals and one output
terminals.
Cascade combination of AND – NOT gates.
The output of NAND gate is high or 1 when any one
input is low or 0 and the output is low or 0 when all
inputs are high or 1.
The symbol of NAND Gate & Truth Table is shown
below.
NOR GATE
Has two or more input terminals and one output
terminal.
Cascade combination of OR – NOT gates.
The output of NOR gate is high or 1 when all the inputs
are low or 0 and the output is low or 0 when one or all
inputs are high or 1.
The symbol of NOR Gate & Truth Table is shown below.
Exclusive- OR (EX-OR) GATE:
This gate has two or more input terminals and one
output terminal.
The EX-OR Gate has the output only high when an
odd number of inputs are high and the output is low
when both the inputs are low and both the inputs are
high.
The symbol of EX-OR Gate & Truth Table is shown
below.
Exclusive- NOR (EX-NOR) GATE
The EX-NOR gate has terminals like OR gate i.e, two or
more input terminals and one output terminal.
The EX-NOR Gate has the output only high when both
the inputs have the same values either high or low
and the output is low when an odd number inputs are
high.
The symbol of EX-NOR Gate & Truth Table is shown
below.
Binary Subtraction
1's And 2's Complement of
Binary Number
The 1's complement and the 2's complement of binary number
are important because they permit the representation of negative
numbers.
Binary Subtraction using Two’s
Complement Method
Calculation of 2's Complement
Adding/Subtracting using 2’s
Complement
Adders