Problem 1
Show that the set of gates \\{OR, NOT\\} is functionally complete.
Problem 3
Find the disjunctive normal form of each function and draw the combinatorial circuit corresponding to the disjunctive normal form. $$\begin{array}{ccc|c}\hline x & y & z & f(x, y, z) \\\\\hline 1 & 1 & 1 & 1 \\\1 & 1 & 0 & 1 \\\1 & 0 & 1 & 0 \\\1 & 0 & 0 & 1 \\\0 & 1 & 1 & 0 \\\0 & 1 & 0 & 0 \\\0 & 0 & 1 & 1 \\\0 & 0 & 0 & 1 \\\\\hline\end{array}$$
Problem 11
Prove or disprove the equations. $$ \overline{\bar{x}}=x $$
Problem 16
Design a half-adder circuit using five NAND gates.
Problem 21
How many Boolean functions are there from \(Z_{2}^{n}\) into \(Z_{2}\) ?
Problem 23
Design a half-adder circuit using only NOR gates.
Problem 24
Design a half-adder circuit using five NOR gates.
Problem 25
Design a circuit with three inputs that outputs 1 precisely when two or three inputs have value \(1 .\)