0% found this document useful (0 votes)
519 views7 pages

Logic-Gates-PPT Final

Uploaded by

ajaymandalnis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
519 views7 pages

Logic-Gates-PPT Final

Uploaded by

ajaymandalnis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

⦁ A logic gate is a device that acts as a building block for digital circuits .

They perform basic logical functions that are fundamental to digital


circuits. In a circuit, logic gates will make decisions based on a
combination of digital signals coming from its inputs .

TYPES OF LOGIC GATES


There are Three types of basic Logic Gates
 OR Gate
 AND Gate
 NOT Gate
The OR gate is a digital logic that implements logical
disjunction. An OR gate produces a high output when any one
of the input is high .It produces a low output when all the
inputs are low. (X=A+B)

Symbol :
⦁ It will produce a high output when all the inputs are high
otherwise the output is low . (X=A.B)

Symbol :
It produces high output when the input is low and vice versa. The NOT
gate is also called as an inverter. (Q=A’)

Truth Table
Symbol :
NOR gate is OR gate followed by NOT gate. (X=(A+B)’)

Symbol :
When both inputs are same, it gives low output.
Output Equation Y = (A⨁B)= A’.B+A.B’

Truth Table Symbol -


INPUTS OUTPUT
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
The Ex NOR gate gives high output when all the inputs are at
same logic level.
Truth Table Symbol -
INPUTS OUTPUT
A B Y
0 0 1
0 1 0
1 0 0
1 1 1

You might also like