Boolean Logic Diagrams (OCR GCSE Computer Science): Quizzes
📚Quizzes
Practise the questions
10 questions from this quiz
ShowHide
Practise the questions
10 questions from this quiz
When does an AND gate output 1?
When does an AND gate output 1?
When both inputs are 1
What is the output of an AND gate when A=0 and B=1?
What is the output of an AND gate when A=0 and B=1?
0
When does an OR gate output 0?
When does an OR gate output 0?
When both inputs are 0
What is the output of an OR gate when A=1 and B=0?
What is the output of an OR gate when A=1 and B=0?
1
What does a NOT gate do to its input?
What does a NOT gate do to its input?
Outputs the inverse
What is the output of a NOT gate when the input is 1?
What is the output of a NOT gate when the input is 1?
0
What are truth tables used for?
What are truth tables used for?
To evaluate output for all input combinations
What are the three basic logic gates?
What are the three basic logic gates?
AND, OR, NOT
What is the output of (A AND B) OR NOT A when A=1 and B=1?
What is the output of (A AND B) OR NOT A when A=1 and B=1?
1
What is the output of (A AND B) OR NOT A when A=1 and B=0?
What is the output of (A AND B) OR NOT A when A=1 and B=0?
0
