Physics Project CBSE CLASS XII LOGIC GATES 2017
Physics Project CBSE CLASS XII LOGIC GATES 2017
Physics Project CBSE CLASS XII LOGIC GATES 2017
LOGIC GATE
INTRODUCTION
THE OR GATE
THE AND GATE
THE NOT GATE
THE NOR GATE
THE NAND GATE
THE XOR GATE
BIBLIOGRAPHY
INTRODUCTION
A gate is defined as a digital circuit which follows some logical relationship
between the input and output voltages. It is a digital circuit which either
allows a signal to pass through as stop, it is called a gate.
The Logic Gates are building blocks at digital electronics. They are
used in digital electronics to change on voltage level (input voltage) into
another (output voltage) according to some logical statement relating
them.
A logic gate may have one or more inputs, but it has only one output. The
relationship between the possible values of input and output voltage is
expressed in the form of a table called truth table or table of
combinations.
Truth table of a Logic Gates is a table that shows all the input and
output possibilities for the logic gate.
TYPES OF GATES
There are three types of basic logic gates which follows Boolean
expression.
i) OR gate
Boolean expression.
Y=A+B
The AND gate is also a two inputs and one output logic gate.
It combines the input A and B with the output Y following the
Boolean expression.
Y = A. B
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.
The Boolean algebra, the negative sign (-) is called NOT. The
equation Y= A called Boolean expression.
COMBINATIONS OF GATES
NOR GATE
If we connect the output Y of OR gate to the input of a NOT
gate the gate obtained is called NOR.
The output Y is voltage at C w.r.t. earth.
SYMBOL
Or
CIRCUIT
In Boolean expression, the NOR gate is expressed as Y=A+B,
and is being read as A OR B negated. The following
interference can be easily drawn from the working of electrical
circuit is:
TRUTH TABLE
NAND GATE
SYMBOL
Or
CIRCUIT
In Boolean expression, the NAND gate is expressed as Y=A.B,
and is being read as A AND B negated. The following
interference can be easily drawn from the working of electrical
circuit:
XOR GATE
SYMBOL
The operation XOR checks for the exclusivity in the value of the
two signals A and B. It means if A and B are not identical (i.e. if
A=0 and B=1 or vice versa), the output Y=1, and if both are
identical, then the output Y=0. This operation is also called
exclusive OR gate, designated EXOR.
SET UP
TRUTH TABLE