Lecture Notes in the topic logic gates in physics for high school. This part only deals the first 2hours lecture in the topic. For more such lectures one needs to have good knowledge of the …Full description
In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logica...
stopwatch report using logic gates
Copyright to brenen thayaparan
stopwatch report using logic gates
Experimental report on Logic GatesFull description
Digital Systems From Logic Gates to ProcessorsFull description
In this document we will be going through the basics of logic gates and digital circuits.
Descrição: the project contains introductions, circuits and all other important things. the project also contains the photos of the circuit prepared to make it look more realistic. downloading the project i...
Descripción: Digital Systems From Logic Gates to Processors
Physics Class 12 Project (Logic Gates)Full description
It is a sample of class 12th C.B.S.E. project related to Logic gatesFull description
Logic Gates
AND Gate
NAND Gate
XOR Gate
OR Gate
NOR Gate
XNOR Gate
BUFFER Gate
NOT Gate
SUMMARY
AND Gate If both of the INPUT is high then the OUTPUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A.B
B
Y
0
0
0
0
1
0
1
0
0
1
1
1
OR Gate If at least one of the INPUT is high then the OUTPUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A+B
B
Y
0
0
0
0
1
1
1
0
1
1
1
1
NOT Gate If INPUT is high then the OUTPUT is low .If INPUT is low then the OUTPUT is high.
TRUTH TABLE
A
Y=A
INPUT
OUTPUT
A
Y
0
1
1
0
BUFFER Gate If INPUT is high then the OUTPUT is high .If INPUT is low then the OUTPUT is low.
TRUTH TABLE
A
Y=A
INPUT
OUTPUT
A
Y
0
0
1
1
NAND Gate If at least one of the INPUT is low then the OUT OUTPUT PUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A.B
B
Y
0
0
1
0
1
1
1
0
1
1
1
0
NOR Gate If both of the INPUTs are low then the OUTPUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A+B
B
Y
0
0
1
0
1
0
1
0
0
1
1
0
XOR Gate If all the INPUTs aren’t equal then the OUTPUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A+B
B
Y
0
0
0
0
1
1
1
0
1
1
1
0
XNOR Gate If all the INPUTs are equal then the OUTPUT OUTPUT is high. TRUTH TABLE
INPUT OUTP UT A
A B
Y=A+B
B
Y
0
0
1
0
1
0
1
0
0
1
1
1
SUMMARY AND Gate Y=A.B
OR Gate Y=A+B
BUFFER Gate Y=A
NAND Gate Y=A.B
NOR Gate Y=A+B
XOR Gate Y=A+B
XNOR Gate Y=A+B
NOT Gate Y=A Where A & B are INPUTs and Y is OUTPUT.