Skip to main content
EnglandElectronicsSyllabus dot point

How do logic gates, truth tables and Boolean algebra let us describe and simplify digital logic?

Logic gates and Boolean algebra: the gates AND, OR, NOT, NAND, NOR, XOR and their truth tables, Boolean expressions, the laws of Boolean algebra, De Morgan's laws, and universal gates.

An Eduqas A-Level Electronics answer on logic gates and Boolean algebra: the gates AND, OR, NOT, NAND, NOR and XOR with their truth tables, writing and reading Boolean expressions, simplifying with the laws of Boolean algebra and De Morgan's laws, and the universal NAND and NOR gates.

Generated by Claude Opus 4.814 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

Eduqas wants you to know the logic gates and their truth tables, write and read Boolean expressions, simplify them with the named laws and De Morgan's laws, and explain the universal NAND and NOR gates. This is the language of all digital electronics and is assessed with shown working.

The answer

The gates and their truth tables

Boolean expressions and the laws

De Morgan's laws

Universal gates

Examples in context

Logic gates are the physical building blocks of every digital system: combinational circuits (adders, decoders, multiplexers) are gate networks, and sequential circuits (flip-flops, counters) are built from gates with feedback. Boolean simplification matters because fewer gates mean a cheaper, faster, lower-power circuit. De Morgan's laws and the universal NAND gate let a whole design be implemented with a single chip type, and the same algebra describes the conditions a microcontroller program tests.

Try this

Q1. Give the XOR output for inputs A,B=11A,B = 11. [1 mark]

  • Cue. 00 (XOR is 11 only when the inputs differ).

Q2. Apply De Morgan's law to A+B\overline{A + B}. [1 mark]

  • Cue. A+B=AB\overline{A + B} = \overline{A} \cdot \overline{B}.

Q3. Simplify A+ABA + A \cdot B and name the law. [2 marks]

  • Cue. AA, by the absorption law (A+AB=A(1+B)=AA + A \cdot B = A \cdot (1 + B) = A).

Exam-style practice questions

Practice questions written in the style of WJEC Eduqas exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Eduqas 20205 marksSimplify the Boolean expression AB+ABA \cdot B + A \cdot \overline{B} using the laws of Boolean algebra, naming each law, and verify the result with a truth table.
Show worked answer →

Simplification (up to 3 marks): factor out AA by the distributive law: AB+AB=A(B+B)A \cdot B + A \cdot \overline{B} = A \cdot (B + \overline{B}). By the complement law B+B=1B + \overline{B} = 1, so this is A1A \cdot 1. By the identity law A1=AA \cdot 1 = A. The simplified expression is AA.

Verification (up to 2 marks): a truth table for A,B=00,01,10,11A,B = 00,01,10,11 gives AB=0,0,0,1A \cdot B = 0,0,0,1 and AB=0,0,1,0A \cdot \overline{B} = 0,0,1,0, so the OR is 0,0,1,10,0,1,1, which is exactly the column for AA.

Markers reward the named distributive, complement and identity laws and a truth table whose output equals AA.

Eduqas 20225 marksState De Morgan's two laws, and show how a NOR gate can be built using only NAND gates (or explain why NAND is a universal gate).
Show worked answer →

De Morgan's laws (up to 2 marks): A+B=AB\overline{A + B} = \overline{A} \cdot \overline{B} and AB=A+B\overline{A \cdot B} = \overline{A} + \overline{B}. In words: break the bar over the bracket and swap the operator.

Universal NAND (up to 3 marks): NAND is universal because every other gate can be made from it. A NOT is a NAND with both inputs tied together. An AND is a NAND followed by a NAND-inverter. An OR is built by inverting both inputs (each with a NAND) and feeding them into a NAND, since AB=A+B\overline{\overline{A} \cdot \overline{B}} = A + B by De Morgan. Combining these gives a NOR as an OR followed by a NAND-inverter.

Markers reward both De Morgan's laws stated correctly, and a valid construction showing NAND can make NOT, AND and OR (hence any gate, including NOR).

Related dot points

Sources & how we know this