Boolean functions
Logic gates
DNF
Misc.
100

What is X AND Y AND Z if: 

X = 0

Y = 0

Z = 1


0

100

The gate that can be used to make any boolean functions

What is NAND?
100

The words that DNF stands for?

What is disjunctive normal form?

100

This logic gate outputs 1 when exactly one input is 1

What is XOR?

200
What is X OR (Y AND Z) when 

X = 0

Y = 1

Z = 1

1

200

Drawing of a NAND gate

[see drawing]

200

The DNF form of table 1

(NOT X) AND Y

200

Number of rows of a truth table with n variables 

What is 2^n

300

All the possible combinations of X, Y, and Z that make this result in true:

X AND Y AND (NOT Z)

What is:

X = 1

Y = 1

Z = 0

300

The boolean function expressed by gate 1

What is 

(A AND B) OR D

300

The DNF form of table 2

What is:

(NOT X) AND (NOT Y) AND Z) OR (X AND Y AND Z)

300

The DNF form and logic gate diagram of table 4

What is:

X AND Y AND Z OR (NOT X AND NOT Y AND NOT Z)

[truth table] on board

400

The values of M and N make this boolean function result in true

(M AND N) OR (NOT M AND N)

What are:

M = 0, N = 1

OR 

M = 1, N = 1

(Whenever N is 1)

400

The boolean function expressed by gate 2

What is 

(AND AND B) AND (NOT B)

400

The DNF form of table 3

What is:

((NOT X) AND Y AND Z) OR (X AND (NOT Y) AND (NOT Z)) OR (X AND Y AND (NOTZ))

400

See Question 5

[see answer]

M
e
n
u