7 - Logic Gates - 2025

Guess the topic?
1 / 26
suivant
Slide 1: Diapositive
ComputingUpper Secondary (Key Stage 4)GCSE

Cette leçon contient 26 diapositives, avec quiz interactifs et diapositives de texte.

Éléments de cette leçon

Guess the topic?

Slide 1 - Diapositive

LOGIC GATES
What are they 
Why we need them
and how they work

Slide 2 - Diapositive

Name any electronic device you know

Slide 3 - Carte mentale

All electronics need logic gates to function

Slide 4 - Diapositive

Logic Gate
  • Are building blocks in a circuit
  •  Make decisions 
  • Based upon inputs
  • Give an output of either ON or OFF

There are three you need to know well.

Slide 5 - Diapositive

AND
Output is only ON when all inputs are ON

Slide 6 - Diapositive

Can you think of any device/system that needed you to press two buttons at once to make something happen?

Slide 7 - Question ouverte

OR
Output is ON if ANY input is ON (including multiples)

Slide 8 - Diapositive

Can you think or any system where if one of the sensors was triggered, you would want the system do something about it?

Slide 9 - Question ouverte

NOT
Output will be the opposite to the input (inverts)

Slide 10 - Diapositive

Quick Recall - write down the three gates you just learnt

Slide 11 - Question ouverte

AND gate with two inputs.
Input A = 1, Input B = 0
What is the output?
A
1
B
0

Slide 12 - Quiz

AND gate with 3 inputs.
Input A = 1, Input B = 1, Input C = 0
What is the output?
A
1
B
0

Slide 13 - Quiz

DEMO and EXPLORE
When instructed
Try:
  • Build three simple circuits for each main gate
  • Use toggles and lamps for input and outputs

DEMO if required

Slide 14 - Diapositive

OR gate with 2 inputs.
Input A = 0, Input B = 0
What is the output?
A
1
B
0

Slide 15 - Quiz

OR gate with 3 inputs.
Input A = 0, Input B = 0, Input C = 1
What is the output?
A
1
B
0

Slide 16 - Quiz

OR gate with 2 inputs.
Input A = 1, Input B = 1
What is the output?
A
1
B
0

Slide 17 - Quiz

Logic Gate Expressions
Output = a AND NOT b
a
b
Output
0
0
1
0
0
1
1
1

Slide 18 - Diapositive

Open Logic.ly here
Draw
(a OR b) AND (NOT c)
with logic gates:

Slide 19 - Diapositive

(a OR b) AND NOT c


Now, draw the truth table.

Slide 20 - Diapositive

(a OR b) AND NOT c
A
B
C
Output
0
0
0
0
0
1
0
1
0
1
0
0
0
1
1
1
0
1
1
1
0
1
1
1

Slide 21 - Diapositive

Which Logic gate is this?
A
AND
B
OR
C
NOT

Slide 22 - Quiz

Which Logic gate is this?
A
AND
B
OR
C
NOT

Slide 23 - Quiz

Which Logic gate is this?
A
AND
B
OR
C
NOT

Slide 24 - Quiz


A
1
B
0

Slide 25 - Quiz

Research task
Research with google:
NAND gates
NOR gates
XOR gates

Create with logic.ly a drawing using all three of these, and write the truth table for it.



Slide 26 - Diapositive