d4 5-2 Truth Tables - GCSE Quiz

d4 5-2 Truth Tables - GCSE Quiz

7 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

KG - University

7 Qs

Tes formatif proyeksi

Tes formatif proyeksi

KG - University

12 Qs

Boolean Logic

Boolean Logic

KG - University

12 Qs

Application of Derivatives

Application of Derivatives

12th Grade

10 Qs

DSD QUIZZ 2 2023 Batch

DSD QUIZZ 2 2023 Batch

KG - University

10 Qs

Graphing Quiz Review

Graphing Quiz Review

KG - University

12 Qs

Quizz Culture gé 6

Quizz Culture gé 6

University

11 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

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