Logic Gates Grade 12 Physics Lesson 1-4
Logic Gates Grade 12 Physics Lesson 1-4
Logic Gates Grade 12 Physics Lesson 1-4
Logic Gates
Sogeri NSOE
Science Department
Grade 12 physics – 2024
1. Identify and explain the seven types of logic gates (AND, OR, NOT,
NAND, NOR, XOR, XNOR) and their respective symbols in circuit
diagrams.
2. Analyze and compare the characteristics of each logic gate including
their truth tables, basic operations, and applications in electronic
circuits.
Digital Signal Levels
DIGITAL LOGIC GATE
A Digital Logic Gate is an electronic circuit which makes logical
decisions based on the combination of digital signals present on its
inputs.
Digital logic gates can have more than one inputs, but generally
only have one digital output.
Logic gates are the basic building blocks from which
most of the digital systems are built up.
Individual logic gates can be connected or cascaded together
to form a logic gate function with any desired number of inputs,
or to form combinational and sequential type circuits, or to
produce different logic gate functions from standard gates.
We will consider the basic logic gates, OR, AND, NOT, universal gates
NOR, NAND, exclusive gates XOR and XNOR gates along with their truth
tables, circuit diagrams, and their respective symbols.
POSITIVE and NEGATIVE LOGICS
In computing systems, the number symbols 0 and 1 represent
two possible states of a circuit or device. It makes no difference
if these two states are referred to as ON and OFF, CLOSED and
OPEN, HIGH and LOW, PLUS and MINUS or TRUE and FALSE
depending on the circumstances. Main point is that they must
be symbolized by two opposite conditions.
In positive logic, a 1 represents
1. an ON circuit 2. a CLOSED switch 3. a HIGH voltage
4. a PLUS sign 5. a TRUE statement
Consequently, a 0 represents
1. an OFF circuit 2. an OPEN switch 3. a LOW voltage 4. a MINUS sign 5. a
FALSE statement. In negative logic, just opposite conditions prevail.
NOT Gate
The Logic NOT Gate is the most basic of all the logical gates and is often
referred to as an Inverting Buffer or simply an Inverter.
Inverting NOT gates are single input devicse which have an output level
that is normally at logic level “1” and goes “LOW” to a logic level “0”
when its single input is at logic level “1”, in other words it “inverts”
(complements) its input signal.
Zero
Circuit diagram
b) i)
ii)
ii)
iii)
Q
Homework
Please, read the notes on Universal and
Exclusive gates. (ref: H/O)
Logic Gates
(Universal & Exclusive Gates)
Sogeri NSOE
Science Department
Grade 12 physics – 2024
1. Identify and explain the seven types of logic gates (NAND, NOR, XOR,
XNOR) and their respective symbols in circuit diagrams.
2. Analyze and compare the characteristics of each logic gate including
their truth tables, basic operations, and applications in electronic
circuits.
Universal gates
A universal gate is a gate which can implement any Boolean function
without need to use any other gate type. The NAND and NOR gates
are universal gates. In practice, this is advantageous since NAND and
NOR gates are economical and easier to fabricate and are the basic
gates used in all IC digital logic families.
NAND Gate
The Logic NAND Gate is a combination of a digital logic AND gate
and a NOT gate connectedtogether in series
The NAND (Not – AND) gate has an output that is normally at logic level
“1” and only goes “LOW” to logic level “0” when ALL of its inputs are at
logic level “1”. The Logic NAND Gate is the reverse or “Complementary”
form of the AND gate we have seen previously.
NAND Circuit
diagram
NOR Gate
The Logic NOR Gate gate is a combination of the digital logic OR
gate and an inverter or NOT gate connected together in series
Universal Gate
NOR GATE
Diode NOR gate
Transistor NOR gate
Circuit diagram
XOR
Exclusive-OR gate ONLY goes “HIGH” when both of its two
input terminals are at “DIFFERENT” logic levels with respect
to each other. If these two inputs, A and B are both at logic
level “1” or both at logic level “0” the output is a “0”
Q = (A ⊕ B) = A.B’ + A’.B
XOR GATE
XNOR Gate
The Exclusive-NOR Gate function is a digital logic gate that is
the reverse or complementary form of the Exclusive-OR
function
Q= A’B’ + AB
Example
Write the truth table.
EXERCISES
Refer to handout!! ☺
Sogeri NSOE
Science Department
Grade 12 physics – 2024