You are on page 1of 11

LOGIC GATES

INTRODUCTION

• Logic gates are the foundation of their digital circuit using input in the form of digital
signals .
• The gates receives one or more inputs but produces only one output on based on the logic
gate.
• There are three types of logic gates.
TYPES OF LOGIC GATES
AND GATE

• The AND Gate is an electronic circuit that gives a high input only if all input are high.
• Y=A.B
OR GATE

• The OR gate is an electronic circuit that gives a high input only if one or more of its input
is high.
• Y=A+B
NOT GATE

• The Not gate is an electronic circuit that produces an inverted version of the input at its
output.
• It is also known as inverter.
• Y=A’
NOR GATE

• The NOR gate are the electrical circuit that gives high output only if all the input are low.
• It is inverse to that of OR gate.
NAND GATE

• The NOR gate is an electronic circuit that gives high output only if all the input are low.
• It is inverse to that of AND gate.
EX OR GATE

• The EX OR gate is the electronic circuit that gives high output only if the input are
dissimilar.
EX NOR GATE

• The EX NOR gate is the electronic circuit that gives high output only if all the input are
similar.
Thank You !

You might also like