Physics Project
Physics Project
1.OR gate
2.AND gate
3.NOT gate
THE “OR GATE”
The OR gate gets its name from the fact that it behaves after the fashion of
the logical inclusive "or." The output is "true" if either or both of the inputs are
"true." If both inputs are "false," then the output is "false." In other words, for
the output to be 1, at least input one OR two must be 1.
OR gate
1 1
1 1
1 1 1
The various possible combinations of the input and output of the OR gate can be
easily understand with the help of the electrical circuit , parallel combination of
two switches A and B is connected to a battery and a lump L.
The following interference can be easily drawn from the working of electrical
circuit is :
AND gate
1
1
1 1 1
The NOT gate is a one inputs and one output logic gate. It
combines the input A with the output following the
Boolean expression.
Y = A’
i.e. Y not equal A. The way, the NOT gate gives the output it
is also called inverter. It is represented by the symbol.