Logic Gates Ppt

13

description

This is a useful summery for logic gates.This contains Logic information about Gates,Circuit,NOR,OR,BUFFER,AND,NAND,XOR,XNOR,

Transcript of Logic Gates Ppt

Page 1: Logic Gates Ppt
Page 2: Logic Gates Ppt
Page 3: Logic Gates Ppt

Logic GatesLogic Gates

AND Gate

OR Gate

XOR Gate

BUFFER Gate

NAND Gate

NOR Gate

NOT Gate

XNOR Gate

SUMMARY

Page 4: Logic Gates Ppt

TRUTH TABLE

AND GateAND Gate

If both of the INPUT is high then the OUTPUT is high.

AA BB YY

0 0 0

0 1 0

1 0 0

1 1 1

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A.B

Page 5: Logic Gates Ppt

TRUTH TABLE

OR GateOR Gate

If at least one of the INPUT is high then the OUTPUT is high.

AA BB YY

0 0 0

0 1 1

1 0 1

1 1 1

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A+B

Page 6: Logic Gates Ppt

A

Y=A INPUTINPUT OUTPUTOUTPUT

AA YY

1

0

0

1

TRUTH TABLE

NOT GateNOT Gate

If INPUT is high then the OUTPUT is low .If INPUT is low then the OUTPUT is high.

Page 7: Logic Gates Ppt

A

Y=A INPUTINPUT OUTPUTOUTPUT

AA YY

1

0

1

0

TRUTH TABLE

BUFFER GateBUFFER Gate

If INPUT is high then the OUTPUT is high .If INPUT is low then the OUTPUT is low.

Page 8: Logic Gates Ppt

TRUTH TABLE

NAND GateNAND Gate

If at least one of the INPUT is low then the OUTPUT is high.

AA BB YY

0 0 1

0 1 1

1 0 1

1 1 0

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A.B

Page 9: Logic Gates Ppt

TRUTH TABLE

NOR GateNOR Gate

If both of the INPUTs are low then the OUTPUT is high.

AA BB YY

0 0 1

0 1 0

1 0 0

1 1 0

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A+B

Page 10: Logic Gates Ppt

TRUTH TABLE

XOR GateXOR Gate

If all the INPUTs aren’t equal then the OUTPUT is high.

AA BB YY

0 0 0

0 1 1

1 0 1

1 1 0

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A+B

Page 11: Logic Gates Ppt

TRUTH TABLE

XNOR GateXNOR Gate

If all the INPUTs are equal then the OUTPUT is high.

AA BB YY

0 0 1

0 1 0

1 0 0

1 1 1

INPUTINPUT OUTPOUTPUTUT

A

B

Y=A+B

Page 12: Logic Gates Ppt

SUMMARYSUMMARYAND GateAND Gate

Y=A.B Y=A.B NAND GateNAND Gate

Y=A.BY=A.BXOR GateXOR Gate

Y=A+BY=A+B

OR GateOR Gate

Y=A+BY=A+BNOR GateNOR Gate

Y=A+BY=A+BXNOR GateXNOR Gate

Y=A+BY=A+B

BUFFER GateBUFFER Gate

Y=AY=ANOT GateNOT Gate

Y=AY=AWhere A & B are INPUTs Where A & B are INPUTs

and Y is OUTPUT. and Y is OUTPUT.

Page 13: Logic Gates Ppt

THE ENDTHE END

Designed by Rasika