What is X AND Y AND Z if:
X = 0
Y = 0
Z = 1
0
The gate that can be used to make any boolean functions
The words that DNF stands for?
What is disjunctive normal form?
This logic gate outputs 1 when exactly one input is 1
What is XOR?
X = 0
Y = 1
Z = 1
1
Drawing of a NAND gate
[see drawing]
The DNF form of table 1
(NOT X) AND Y
Number of rows of a truth table with n variables
What is 2^n
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
The boolean function expressed by gate 1
(A AND B) OR D
The DNF form of table 2
What is:
(NOT X) AND (NOT Y) AND Z) OR (X AND Y AND Z)
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
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)
The boolean function expressed by gate 2
What is
(AND AND B) AND (NOT B)
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))
See Question 5
[see answer]