This key facts covers The Three Basic Gates within Logic Gates for GCSE Computer Science. Revise Logic Gates in Boolean Logic for GCSE Computer Science with 15 exam-style questions and 20 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 4 of 8 in this topic. Use this key facts to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 4 of 8
Practice
15 questions
Recall
20 flashcards
The Three Basic Gates
1. AND Gate - The "Both Required" Gate
- Rule: Output is 1 ONLY if ALL inputs are 1
- Symbol: D-shape with flat back
- Expression: Q = A AND B (or A ∧ B)
- Real example: Microwave runs only if door is closed AND start button is pressed
Memory trick: AND = "All Need to be true"
2. OR Gate - The "Any Will Do" Gate
- Rule: Output is 1 if ANY input is 1 (one or more)
- Symbol: Curved back, pointed front
- Expression: Q = A OR B (or A ∨ B)
- Real example: Burglar alarm sounds if window sensor OR door sensor is triggered
Memory trick: OR = "One Required"
3. NOT Gate - The "Opposite" Gate
- Rule: Output is the OPPOSITE of input (0→1, 1→0)
- Symbol: Triangle with small circle (bubble) at output
- Expression: Q = NOT A (or ¬A or Ā)
- Real example: Fridge light turns on when door is NOT closed (i.e., when open)
Memory trick: NOT = "Negates/Opposite of This"