d4 5-2 Truth Tables - GCSE Quiz

d4 5-2 Truth Tables - GCSE Quiz

7 Qs

quiz-placeholder

Similar activities

2025 SW Comprehensive Review II - Part 02

2025 SW Comprehensive Review II - Part 02

KG - University

7 Qs

Prueba de Electrostática: Conceptos y aplicaciones

Prueba de Electrostática: Conceptos y aplicaciones

KG - University

10 Qs

BRAHMAGUPTA: MATHEMATICIAN AND ASTRONOMER

BRAHMAGUPTA: MATHEMATICIAN AND ASTRONOMER

KG - University

12 Qs

Brojevni sustavi i logički sklopovi 3C

Brojevni sustavi i logički sklopovi 3C

KG - University

10 Qs

Lecture 2 Week 5

Lecture 2 Week 5

KG - University

12 Qs

Pre Test Trobleshoot vol 3

Pre Test Trobleshoot vol 3

KG - University

10 Qs

TRANSFORMASI GEOMETRI (TRANSLASI)

TRANSFORMASI GEOMETRI (TRANSLASI)

KG - University

9 Qs

d4 5-2 Truth Tables - GCSE Quiz

d4 5-2 Truth Tables - GCSE Quiz

Assessment

Quiz

others

Hard

Created by

Clare Ross

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which values would correctly fill the truth table below for an AND gate. (the answers below show the value from top to bottom of the Q column)
1,0,0,0
1,1,0,0
1,0,1,0
1,1,0,1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which values would correctly fill the truth table below for an OR gate. (the answers below show the value from top to bottom of the Q column)
1,1,0,0
1,1,1,0
1,0,1,0
1,1,1,1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which values would correctly fill the truth table below for an XOR gate. (the answers below show the value from top to bottom of the Q column)
1,1,0,0
1,1,1,0
0,1,1,0
0,0,0,1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which values would correctly fill the truth table below for an NOT gate. (the answers below show the value from top to bottom of the Q column)
01
10
00
11

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given inputs of X and Y and an output of Q, which of the following is the correct boolean expression for an AND gate?
Q = X + Y
Q = X . Y
Q = X ⊕ Y
Q = X & Y

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given inputs of X and Y and an output of Q, which of the following is the correct boolean expression for an OR gate?
Q = X ⊕ Y
Q = X || Y
Q = X + Y
Q = X . Y

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given inputs of X and Y and an output of Q, which of the following is the correct boolean expression for an XOR gate?
Option 1
Q = X || Y
Q = X + Y
Q = X ⊕ Y