Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

DIGITAL LOGIC DESIGN

Symbol, Expression, Truth


Table and Function of Gates
GATES
• Seven types of Gates are ;
i) NOT Gate
ii) OR Gate
iii) AND Gate
iv) NOR Gate
v) NAND Gate
vi) Exclusive OR Gate
vii) Exclusive NOR Gate

2
NOR Gate
• This Gate has two or more inputs and only one
output
• Function: If logic 1 is applied to any one or more
inputs of a NOR Gate then it produces Low output
and if logic 0 is applied to all the inputs then it
produces High output
• It is given the name ‘NOR’ because it is ‘Not OR’,
in short ‘NOR’
• Function of NOR is opposite to that of OR Gate

3
NOR Gate
• Expression: Y = /(A + B)
(where Y = o/p, A & B are i/ps)

• Truth Table: Inputs Output


A B Y
0 0 1
0 1 0
1 0 0
1 1 0
• Symbol:
Input A Input B
Output Y

4
NAND Gate
• This Gate has two or more inputs and only
one output
• Function: If logic 0 is applied to any one or
more inputs of a NAND Gate then it produces
High output and if logic 1 is applied to all the
inputs then it produces Low output
• It is given the name ‘NAND’ because it is
‘Not AND’, in short NAND
5
NAND Gate
• Expression: Y = /(A . B)
(where Y = o/p, A & B are i/ps)

• Truth Table: Inputs Output


A B Y
0 0 1
0 1 1
1 0 1
1 1 0
• Symbol:
Input A Input B
Output Y

6
NOR & NAND Gates
• Because of their special property both of these

gates are independently called as

‘Universal Gates’

7
THE END

You might also like