You are on page 1of 9

LOGIC GATES PROJECT

BY: ABDELRAHMAN WAEL 9BR3


NOT GATE
Input Output
A X
• NOT gate contains one
input and one output.
• Its logic notation is
(NOT A)
AND GATE
Inputs Output
A B X
• AND gate contains two
inputs and one output.
• Its logic notation is (A
AND B)
NAND GATE
Inputs Output
A B X
• NAND gate contains
two inputs and one
output.
• Its logic notation is (A
NAND B)
OR GATE
Inputs Output
A B X
• NOR gate contains two
inputs and one output.
• Its logic notation is (A
OR B)
NOR GATE
Inputs Output
A B X
• NOR gate contains two
inputs and one output.
• Its logic notation is (A
NOR B)
XOR GATE
Inputs Output
A B X
• XOR gate contains two
inputs and one output.
• Its logic notation is (A
XOR B)
LOGIC CIRCUIT EXERCISE SOLVING

Logic notation: ((A AND C) OR (B NOR C)) NAND (B XOR C)


LOGIC CIRCUIT EXERCISE TRUTH TABLE

Logic notation: ((A AND C) OR (B NOR C)) NAND (B XOR C)


Inputs Intermediate values Output
A B C P Q R S T X

You might also like