Chapter 11: Problem 1
Show that the set of gates \\{OR, NOT\\} is functionally complete.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 1
Show that the set of gates \\{OR, NOT\\} is functionally complete.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Represent the expressions in Exercises as switching circuits and write the switching tables. $$ A \vee(\bar{B} \wedge C) $$
Find the value of the Boolean expressions for $$x_{1}=1, \quad x_{2}=1, \quad x_{3}=0, \quad x_{4}=1$$. $$ \left(\left(\left(x_{1} \wedge x_{2}\right) \vee\left(x_{3} \wedge \bar{x}_{4}\right)\right) \vee\left(\overline{\left.\left(x_{1} \vee x_{3}\right) \wedge\left(\bar{x}_{2} \vee x_{3}\right)\right)}\right) \vee\left(x_{1} \wedge \bar{x}_{3}\right)\right. $$
Prove or disprove the equations. $$ \overline{\bar{x}}=x $$
Verify the equations. $$ \begin{aligned} \left(x_{1} \vee x_{2}\right) \wedge\left(x_{3} \vee x_{4}\right)=&\left(x_{3} \wedge x_{1}\right) \vee\left(x_{3} \wedge x_{2}\right) \vee\left(x_{4} \wedge x_{1}\right) \\ & \vee\left(x_{4} \wedge x_{2}\right) \end{aligned} $$
Find the disjunctive normal form of each function and draw the combinatorial circuit corresponding to the disjunctive normal form. $$\begin{array}{cc|c}\hline x & y & f(x, y) \\\\\hline 1 & 1 & 0 \\\1 & 0 & 1 \\\0 & 1 & 0 \\\0 & 0 & 1 \\\\\hline\end{array}$$
What do you think about this solution?
We value your feedback to improve our textbook solutions.