You are on page 1of 13

Logic Gates

AND Gate OR Gate BUFFER Gate

NAND Gate NOR Gate NOT Gate

XOR Gate XNOR Gate SUMMARY

AND Gate
If both of the INPUT is high the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # " " " #

A B

Y$A!B

" # #

OR Gate
If at %east o e of the INPUT is high the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # " # # #

A B

Y$A&B

" # #

NOT Gate
If INPUT is high the the OUTPUT is %o' !If INPUT is %o' the the OUTPUT is high!

TRUTH TABLE

INPUT

OUTPUT

Y=A

0 1

1 0

BUFFER Gate
If INPUT is high the the OUTPUT is high !If INPUT is %o' the the OUTPUT is %o'!

TRUTH TABLE

INPUT

OUTPUT

Y=A

0 1

0 1

NAND Gate
If at %east o e of the INPUT is %o' the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # # # # "

A B

Y$A!B

" # #

NOR Gate
If both of the INPUTs a(e %o' the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # # " " "

A B

Y$A&B

" # #

XOR Gate
If a%% the INPUTs a(e )t e*+a% the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # " # # "

A B

Y$A&B

" # #

XNOR Gate
If a%% the INPUTs a(e e*+a% the the OUTPUT is high! TRUTH TABLE

INPUT OUTP UT
A " B Y " # " # # " " #

A B

Y$A&B

" # #

SUMMARY
AND Gate Y$A!B NAND Gate Y$A!B XOR Gate Y$A&B

OR Gate Y$A&B

NOR Gate Y$A&B

XNOR Gate Y$A&B

BUFFER Gate Y$A

NOT Gate Y$A ,he(e A - B a(e INPUTs a . Y is OUTPUT!

THE END

Desig e. b/ Rasi0a

You might also like