Skip to main content
EnglandElectronics

Eduqas GCSE Electronics: combinational logic (gates, truth tables, Boolean algebra, circuit design, adders)

A deep-dive Eduqas GCSE Electronics guide to the combinational logic module within Component 1. Covers the logic gates and their truth tables, Boolean algebra and De Morgan's laws, designing combinational circuits from a description or truth table with universal NAND and NOR gates, and binary adders (the half adder and full adder).

Generated by Claude Opus 4.813 min readC490 Component 1

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

Jump to a section
  1. What this module actually demands
  2. Gates and Boolean algebra
  3. Design and arithmetic
  4. How this module is examined
  5. Check your knowledge

What this module actually demands

Combinational logic is the digital heart of Component 1. It moves from analogue voltages to circuits that work purely with logic 0s and 1s, where the output depends only on the present inputs. It covers the six gates and their truth tables, the Boolean algebra used to write and simplify circuits, the method for designing a circuit from requirements, and the binary adders that turn gates into arithmetic. The examiners reward perfect truth tables, simplifications with each law named, sound circuit designs, and clear binary working including carries.

This guide walks through the topics in order and sets out the exam patterns Eduqas repeats. Each topic has a matching dot-point page with practice; this overview ties them together.

Gates and Boolean algebra

Logic gates and truth tables introduce AND, OR, NOT, NAND, NOR and XOR, their symbols and truth tables, and the meaning of logic high and low. Boolean algebra and De Morgan's laws write expressions (â‹…\cdot for AND, ++ for OR, a bar for NOT), apply the laws (identity, complement, idempotent, absorption, distributive) and De Morgan's two laws, and simplify to reduce the gate count.

Design and arithmetic

Designing combinational logic turns a word description or truth table into a Boolean expression and a gate circuit, combines gates, and uses the universal NAND and NOR gates to build any function from one type. Adders and arithmetic circuits count in binary, build the half adder (S=A⊕BS = A \oplus B, C=A⋅BC = A \cdot B), extend it to the full adder with a carry in, and chain full adders into a ripple-carry adder for multi-bit numbers.

How this module is examined

A typical Eduqas profile for this content:

  • Truth tables. Completing tables for single gates and small gate networks.
  • Boolean algebra. Writing expressions from circuits or descriptions, applying De Morgan's, and simplifying with each law named.
  • Circuit design. Building a circuit from a truth table or requirements, and constructing gates from NAND only.
  • Binary arithmetic. Converting binary to decimal, the half-adder and full-adder outputs, and adding multi-bit numbers with carries.

Check your knowledge

A mix of recall and reasoning questions covering the module. Attempt them under timed conditions, then check against the solutions.

  1. State when a two-input NAND gate outputs 0. (1 mark)
  2. Give the output of a two-input XOR gate for inputs 1,11,1. (1 mark)
  3. Apply De Morgan's law to A⋅B‾\overline{A \cdot B}. (1 mark)
  4. Simplify A⋅B+A⋅B‾A \cdot B + A \cdot \overline{B}, naming the laws. (3 marks)
  5. State the sum and carry of a half adder for A=1A = 1, B=1B = 1. (2 marks)
  6. Convert 101021010_2 to decimal. (1 mark)

Sources & how we know this

  • electronics
  • gcse-eduqas
  • eduqas-electronics
  • combinational-logic
  • logic-gates
  • boolean-algebra
  • adders