Skip to main content
EnglandComputer ScienceSyllabus dot point

How are logic gates, truth tables and Boolean algebra used to design and simplify digital logic?

Logical operations: the logic gates (AND, OR, NOT, NAND, NOR, XOR) and their truth tables, building and reading truth tables for expressions, the laws of Boolean algebra and De Morgan's laws, and simplifying expressions with Karnaugh maps.

An Eduqas Component 1 answer on logical operations: the six logic gates and their truth tables, building truth tables for expressions, simplifying with the laws of Boolean algebra and De Morgan's laws, and using Karnaugh maps to minimise a Boolean expression.

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, build and read truth tables for expressions, simplify Boolean expressions with the named laws and De Morgan's laws, and minimise expressions with Karnaugh maps. This is a calculation-style topic assessed without a calculator, and shown working matters.

The answer

The gates and their truth tables

Building truth tables and the laws of Boolean algebra

De Morgan's laws and Karnaugh maps

Examples in context

Logic gates are the physical building blocks of every processor: the ALU is made of gate networks, and the adder (covered under architecture) is built from XOR and AND gates. Boolean simplification matters because fewer gates mean a cheaper, faster, lower-power circuit, the same expression can often be built with far fewer components after minimisation. De Morgan's laws let designers build any function from a single gate type (all NAND or all NOR), which simplifies manufacturing. This dot point connects to number representation and to the CPU architecture topics in Component 2.

Try this

Q1. Give the truth-table output of an XOR gate 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 AB\overline{A \cdot B}. [1 mark]

  • Cue. AB=A+B\overline{A \cdot B} = \overline{A} + \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 used, and verify your answer with a truth table.
Show worked answer →

Simplification (up to 3 marks): factor out AA using the distributive law to get A(B+B)A \cdot (B + \overline{B}). By the complement law B+B=1B + \overline{B} = 1, so the expression becomes 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 AB+ABA \cdot B + A \cdot \overline{B} gives output 0,0,1,10,0,1,1 for A,B=00,01,10,11A,B = 00,01,10,11, which equals the column for AA.

Markers reward the named distributive, complement and identity laws, and a correct truth table showing the output matches AA.

Eduqas 20224 marksState De Morgan's two laws, and apply the appropriate one to simplify A+BA\overline{A + B} \cdot A.
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.

Application (up to 2 marks): A+BA=(AB)A=AAB\overline{A + B} \cdot A = (\overline{A} \cdot \overline{B}) \cdot A = \overline{A} \cdot A \cdot \overline{B}. Since AA=0\overline{A} \cdot A = 0 (complement law), the whole expression is 00.

Markers reward the correct statement of both laws and the simplification to 00 using De Morgan's plus the complement law.

Related dot points

Sources & how we know this