Class: Senior Secondary School 2 (SS2 / SSS2)
Term: 3rd Term
Week: 8
Age: 16 years
Duration: 45 minutes
Subject: Basic Electronics
Curriculum Theme: Digital Electronics
Previous Lesson: Number System: Simple Calculation in Binary and Conversion From One Base to Another.
Topic: LOGIC GATES
Subject Matter: Meaning of LOGIC GATES, concept of logic gates, types of logic gates (OR, NOR, AND, NAND).
Specific Objectives
By the end of the lesson, pupils should be able to:
Cognitive Domain:
- Define logic gates.
- Explain the basic concept of logic gates.
- Identify the symbols and truth tables for OR, NOR, AND, and NAND gates.
Affective Domain:
- Appreciate the role of logic gates in digital systems.
- Show interest in the study of digital electronics.
Psychomotor Domain:
- Draw the standard symbols for OR, NOR, AND, and NAND gates.
- Construct simple truth tables for the basic logic gates.
Social Domain:
- Participate actively in class discussions about logic gates.
Reference Materials
The following resources were used in planning this lesson:
- Senior Secondary Schools Education Curriculum
- State Unified Scheme of Work
- Basic Electronics for Senior Secondary Schools by [Author/Publisher, e.g., A.O. Okoro]
Instructional Materials
The teacher will teach this lesson with the aid of:
- Charts showing different logic gate symbols and their truth tables.
- Whiteboard and markers.
Rationale for the Lesson
This lesson helps pupils understand the fundamental building blocks of all digital electronic devices, from computers to smartphones. Knowing logic gates enables pupils to grasp how digital circuits process information and make decisions, which is important for further studies in electronics and computing.
Prerequisite/Previous Knowledge
Pupils have a basic understanding of electricity, simple circuits, and binary numbers.
Lesson Content/Board Summary
LOGIC GATES
Meaning of Logic Gates
Logic gates are fundamental electronic circuits that perform basic logical operations. They are the building blocks of digital systems and can be thought of as digital switches that control the flow of electrical signals based on a set of rules.
Concept of Logic Gates
The concept of logic gates is based on Boolean algebra, which deals with binary values (0 and 1, or LOW and HIGH, or FALSE and TRUE). Logic gates take one or more binary inputs and produce a single binary output. This output is determined by the specific logical operation the gate performs.
Types of Logic Gates
The following are basic types of logic gates:
1. OR Gate
An OR gate produces a HIGH output (1) if any of its inputs are HIGH (1). It produces a LOW output (0) only if all its inputs are LOW (0).
- Symbol: A curved input side and a pointed output side, resembling a shield.
- Truth Table (2-input):
- Input A | Input B | Output X
- 0 | 0 | 0
- 0 | 1 | 1
- 1 | 0 | 1
- 1 | 1 | 1
2. NOR Gate
A NOR gate is an inverted OR gate. It produces a HIGH output (1) only if all its inputs are LOW (0). If any input is HIGH (1), the output is LOW (0).
- Symbol: An OR gate symbol followed by a small circle (inverter bubble) at the output.
- Truth Table (2-input):
- Input A | Input B | Output X
- 0 | 0 | 1
- 0 | 1 | 0
- 1 | 0 | 0
- 1 | 1 | 0
3. AND Gate
An AND gate produces a HIGH output (1) only if all its inputs are HIGH (1). If any input is LOW (0), the output is LOW (0).
- Symbol: A straight input side and a curved output side, resembling a ‘D’ shape.
- Truth Table (2-input):
- Input A | Input B | Output X
- 0 | 0 | 0
- 0 | 1 | 0
- 1 | 0 | 0
- 1 | 1 | 1
4. NAND Gate
A NAND gate is an inverted AND gate. It produces a LOW output (0) only if all its inputs are HIGH (1). If any input is LOW (0), the output is HIGH (1).
- Symbol: An AND gate symbol followed by a small circle (inverter bubble) at the output.
- Truth Table (2-input):
- Input A | Input B | Output X
- 0 | 0 | 1
- 0 | 1 | 1
- 1 | 0 | 1
- 1 | 1 | 0
Teaching Methods/Instructional Techniques
Discussion, Lecture, Demonstration, Question and Answer, Visual Aids
Instructional Procedures
Step 1: Introduction
Time: 5 minutes
Teaching Skill: Set Induction
Teacher’s Activity: The teacher greets the pupils, reviews the previous lesson briefly, and introduces the new topic, “Logic Gates,” by asking if they know how electronic devices make decisions.
Pupils’ Activity: Pupils respond to greetings and questions, listening attentively to the introduction.
Learning Point: Pupils recall prior knowledge and are prepared for the new lesson.
Step 2: Meaning and Concept of Logic Gates
Time: 8 minutes
Teaching Skill: Explanation/Definition
Teacher’s Activity: The teacher explains the meaning of logic gates as fundamental digital building blocks and clarifies their concept as circuits that perform logical operations based on binary inputs.
Pupils’ Activity: Pupils listen, ask questions for clarity, and take notes on the definitions and concepts.
Learning Point: Pupils understand what logic gates are and their basic function in digital electronics.
Step 3: OR and NOR Gates
Time: 8 minutes
Teaching Skill: Demonstration/Illustration
Teacher’s Activity: The teacher introduces the OR and NOR gates, drawing their symbols on the board and explaining their truth tables. The teacher uses charts to illustrate.
Pupils’ Activity: Pupils observe the symbols and truth tables, draw them in their notebooks, and ask questions.
Learning Point: Pupils can identify and understand the operation of OR and NOR gates.
Step 4: AND and NAND Gates
Time: 8 minutes
Teaching Skill: Demonstration/Illustration
Teacher’s Activity: The teacher introduces the AND and NAND gates, drawing their symbols on the board and explaining their truth tables, using charts as aids.
Pupils’ Activity: Pupils observe the symbols and truth tables, draw them in their notebooks, and engage in discussions.
Learning Point: Pupils can identify and understand the operation of AND and NAND gates.
Step 5: Recap/Discussion
Time: 5 minutes
Teaching Skill: Questioning/Reinforcement
Teacher’s Activity: The teacher leads a brief recap of all four logic gates discussed, asking pupils to state their functions and common applications.
Pupils’ Activity: Pupils respond to questions and contribute to the discussion, reinforcing their understanding.
Learning Point: Pupils consolidate their knowledge of the different logic gates.
Step 6: Evaluation/Review
Time: 5 minutes
Teaching Skill: Questioning/Assessment
Teacher’s Activity: The teacher evaluates the learning by asking the following questions:
- Define logic gates.
- Explain the basic concept behind logic gates.
- Draw the symbol for an AND gate and state its truth table.
- What is the difference between an OR gate and a NOR gate?
Pupils’ Activity: Pupils answer orally and in writing.
Learning Point: Pupils demonstrate understanding of the lesson.
Step 7: Conclusion
Time: 2 minutes
Teaching Skill: Summarizing
Teacher’s Activity: The teacher summarizes the key points of the lesson, emphasizing the importance of logic gates in digital electronics and assigns homework to draw all logic gate symbols and their truth tables.
Pupils’ Activity: Pupils listen to the summary and copy down the homework.
Learning Point: Pupils have a clear understanding of the lesson and know what to do next.
Lesson Keywords
- Logic Gates – Electronic circuits that perform basic logical operations (AND, OR, NOT, etc.).
- OR Gate – A gate that outputs 1 if any input is 1.
- NOR Gate – A gate that outputs 1 only if all inputs are 0.
- AND Gate – A gate that outputs 1 only if all inputs are 1.
- NAND Gate – A gate that outputs 0 only if all inputs are 1.
- Truth Table – A table showing all possible input combinations and the corresponding output of a logic gate.
- Digital Circuits – Electronic circuits that process information represented by discrete (binary) values.
Differentiation
For pupils who grasp the concepts quickly, the teacher can challenge them to think about how these gates might be combined to form more complex circuits. For pupils who are struggling, the teacher can provide additional examples and spend more time explaining the truth tables with practical analogies.
Note for teachers using this lesson plan
Ensure that the charts used are clear and large enough for all pupils to see. Encourage pupils to draw the symbols accurately, as this is important for understanding circuit diagrams. Emphasize the binary nature of logic gates (0s and 1s) and relate it to real-world on/off switches.

Community Join the conversation Open discussion +