This exam tips covers Exam Tips - Combined Logic Circuits within Truth Tables for GCSE Computer Science. Revise Truth Tables in 3.4 Computer Systems for GCSE Computer Science with 15 exam-style questions and 15 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 10 of 11 in this topic. Treat this as a marking guide for what examiners are looking for, not just a fact list.
Exam Tips - Combined Logic Circuits
When completing truth tables:
- Always show intermediate columns - you'll get method marks even if final answer is wrong
- Work systematically - do ALL rows for one column before moving to the next
- Label intermediate columns clearly - write what they represent (e.g., "A AND B")
- Double-check: Count your rows - 2 inputs = 4 rows, 3 inputs = 8 rows
Common mistakes to avoid:
- Skipping intermediate steps - always show your working!
- Getting the gate order wrong - work LEFT to RIGHT through the circuit
- Confusing brackets: NOT(A AND B) is DIFFERENT from NOT(A) AND B
- Missing rows in truth table - always use 2ⁿ rows for n inputs
Quick evaluation tips:
- Brackets first: Like in maths - evaluate expressions in brackets before anything else
- NOT next: Apply all NOT operations before AND/OR
- AND before OR: Just like × before + in maths
- Left to right: When same priority, work left to right
Practice questions for Truth Tables
How many rows are needed in a truth table with 2 inputs (not including the header row)?
Explain why truth tables are useful when designing or testing logic circuits.