Lesson details

Key learning points

  1. In this lesson, we will be introduced to the concept of three-input logic problems, and will be taught how to construct a three-input logic diagram, truth table, and expression.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

4 Questions

Q1.
How many outputs do ALL logic gates have?
Correct answer: 1
2
3
None
Q2.
What would the output of an AND logic gate be if both inputs are True?
0
Correct answer: 1
Q3.
What would the output of an OR gate be if both inputs are False?
Correct answer: 0
1
Q4.
What would the output of a NOT gate be if the input is False?
0
Correct answer: 1

3 Questions

Q1.
How many input combinations are there for a 3 input truth table?
2
4
6
Correct answer: 8
Q2.
drive = (accelerator or cruise control) and keys - This is an example of what type of logical tool?
Correct answer: A boolean expression
A computer program
A logic diagram
A truth table
Q3.
"The garage door will open if the proximity sensor is activated and the door is not block, or if the button is pressed" - how many logic gates would you need to draw a logic diagram of this expression?
0
1
2
Correct answer: 3

Lesson appears in

UnitComputing / Computer Systems

Computing