Lesson Notes By Weeks and Term v4 - SHS 2

DIGITAL ELECTRONICS

Download the Lessonotes Mobile Ghana app for faster lesson access on Android and iPhone.

Subject: Physics

Class: SHS 2

Term: 2nd Term

Week: 15

Grade code: 2.3.3.LI.3

Strand code: 3

Sub-strand code: 3

Content standard code: 2.3.3.CS.2

Indicator code: 2.3.3.LI.3

Theme: ELECTRIC FIELD, MAGNETIC FIELD AND ELECTRONICS

Subtheme: DIGITAL ELECTRONICS

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

This lesson introduces a fundamental concept in digital electronics: the Sum of Products (SOP) form. In our daily lives in Ghana, we are surrounded by digital devices—from our mobile phones and laptops to traffic lights in Accra and Kumasi, and even the digital meters for our electricity. All these devices make decisions based on simple logic. The Sum of Products is a standard way to translate a desired outcome (like "turn the traffic light green") from a table of possibilities (a truth table) into a mathematical expression that can be built with electronic circuits. Understanding this helps us move from an idea to an actual circuit design.

Lesson notes

Part A: Quick Review of Basic Logic Gates and Boolean Notation

Before we build complex expressions, let's remember the basic building blocks. In digital electronics, we use '1' to represent a HIGH or ON state, and '0' to represent a LOW or OFF state.

| Gate | Operation | Symbol | Boolean Notation | How to Read It | | :--- | :--- | :---: | :---: | :--- | | NOT | Inversion | `A'` or `Ā` | `Q = Ā` | "Q equals NOT A" | | AND | Multiplication | `.` | `Q = A . B` or `Q = AB` | "Q equals A AND B" | | OR | Addition | `+` | `Q = A + B` | "Q equals A OR B" | The NOT gate inverts the input. If `A` is 0, `Ā` is 1. If `A` is 1, `Ā` is 0. The AND gate gives a 1 output only if all inputs are 1. The OR gate gives a 1 output if at least one input is 1. Part B: What is a "Sum of Products" (SOP)?

The name sounds complex, but the idea is simple. "Product": In Boolean algebra, this refers to the AND operation. A "product term" is a group of variables that are ANDed together. Examples: `A.B`, `Ā.B.C`, `A.B̄`. "Sum": This refers to the OR operation. "Sum of Products": This is an expression where several product terms are ORed together.

Evaluation guide