Skip to content
Computing · Year 9

Active learning ideas

De Morgan's Laws (Introduction)

Active learning works for De Morgan’s Laws because students need to see the gap between abstract rules and their concrete outputs. When learners construct truth tables by hand or build circuits that respond to logical changes, they move from memorizing symbols to understanding why the laws hold. This tactile engagement addresses the common disconnect between symbolic manipulation and real-world logic problems.

National Curriculum Attainment TargetsKS3: Computing - Boolean LogicKS3: Computing - Computational Thinking
20–45 minPairs → Whole Class4 activities

Activity 01

Flipped Classroom30 min · Pairs

Pair Challenge: Truth Table Match-Up

Pairs receive cards with original Boolean expressions and their De Morgan equivalents. They construct truth tables for both to confirm sameness, then swap cards with another pair. Discuss any discrepancies as a class.

Explain how De Morgan's Laws can simplify complex logical statements.

Facilitation TipDuring Pair Challenge: Truth Table Match-Up, have students swap tables halfway through to spot discrepancies before finalizing their work.

What to look forPresent students with a Boolean expression like 'NOT (A AND B)'. Ask them to write down the equivalent expression using De Morgan's Laws and then state the truth value if A is TRUE and B is FALSE.

UnderstandApplyAnalyzeSelf-ManagementSelf-Awareness
Generate Complete Lesson

Activity 02

Flipped Classroom45 min · Small Groups

Small Groups: Circuit Simplifier Build

Groups use online tools like Logisim to design circuits for complex expressions. Apply De Morgan's Laws to simplify, rebuild, and compare gate counts. Present findings on why fewer gates matter.

Construct an equivalent Boolean expression using De Morgan's Laws.

Facilitation TipWhile working on Small Groups: Circuit Simplifier Build, circulate with a checklist to ensure each group tests their simplified circuit against the original using a multimeter.

What to look forProvide students with two Boolean expressions: one complex and one simplified using De Morgan's Laws. Ask them to verify that both expressions are equivalent using a truth table and write one sentence explaining why simplification is beneficial for circuit design.

UnderstandApplyAnalyzeSelf-ManagementSelf-Awareness
Generate Complete Lesson

Activity 03

Flipped Classroom20 min · Whole Class

Whole Class: Simplification Relay

Divide class into teams. Project a complex expression; first student writes one De Morgan step on board, tags next teammate. First team to fully simplify and verify with truth table wins.

Analyze the practical benefits of simplifying logical expressions in circuit design.

Facilitation TipIn Whole Class: Simplification Relay, provide color-coded cards so teams can visually track which parts of the expression have been simplified at each station.

What to look forPose the question: 'Imagine you are designing a security system that requires two conditions to be met (e.g., 'door locked' AND 'window closed'). How could De Morgan's Laws help you think about the opposite scenario, like when the alarm should NOT sound?' Facilitate a brief class discussion.

UnderstandApplyAnalyzeSelf-ManagementSelf-Awareness
Generate Complete Lesson

Activity 04

Flipped Classroom25 min · Individual

Individual: Puzzle Worksheet

Students solve 8 progressive puzzles simplifying nested expressions. Use colour-coding for negations. Self-check with provided truth table templates.

Explain how De Morgan's Laws can simplify complex logical statements.

What to look forPresent students with a Boolean expression like 'NOT (A AND B)'. Ask them to write down the equivalent expression using De Morgan's Laws and then state the truth value if A is TRUE and B is FALSE.

UnderstandApplyAnalyzeSelf-ManagementSelf-Awareness
Generate Complete Lesson

A few notes on teaching this unit

Start with concrete examples before introducing symbols. Use everyday scenarios like security systems or traffic lights to frame the need for logical opposites. Avoid rushing to formal notation; let students articulate the rules in their own words first. Research shows that grounding abstract logic in familiar contexts reduces cognitive load and builds durable understanding. Emphasize the word ‘distribute’ when applying NOT, as this frames the operation correctly.

By the end of these activities, students will confidently rewrite Boolean expressions using De Morgan’s Laws and justify their choices with truth tables or circuit outputs. They will recognize when simplification helps or complicates a design, demonstrating both procedural skill and conceptual reasoning. Missteps will be caught early through peer checks and iterative testing.


Watch Out for These Misconceptions

  • During Pair Challenge: Truth Table Match-Up, watch for students who write ¬(A ∧ B) as ¬A ∧ ¬B. Have them trace the output columns for both expressions side by side and circle the mismatched rows to identify the error.

    Prompt them to restate the law aloud using ‘NOT distributes over AND to become OR’ while pointing to the corresponding columns in their table.

  • During Small Groups: Circuit Simplifier Build, watch for students who assume De Morgan’s Laws only apply to two variables. Assign each group a different number of inputs (3, 4, or 5) and have them build the original circuit first, then simplify it systematically using parentheses.

    Ask groups to present their simplification steps to the class, highlighting how the law extends by treating grouped terms as single units.

  • During Whole Class: Simplification Relay, watch for students who believe all simplifications reduce expression length. At the relay station, provide an expression that initially grows longer after applying De Morgan’s Laws, and ask teams to explain why this might be useful before further simplification.

    Have teams discuss the practical impact on circuit components, noting that longer expressions can sometimes lead to fewer physical gates if the new terms are easier to implement.


Methods used in this brief