- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
I want to construct a circuit that implements the following truth table:\begin{equation*}
\begin{array}{c|c|c|c|c}
P(Input) & Q(Input) & K(Output) & A(Output) \\
\hline
1 & 1 & 1 & 0 \\
1 & 0 & 0 & 1 \\
0 & 1 & 0 & 1 \\
0 & 0 & 0 & 0
\end{array}
\end{equation*}In addition, I want to use the above circuit to construct a full adder, i.e. a circuit that adds three 1-digit binary numbers.Could you help me to construct the wanted circuit that implements the truth table? :unsure:
I want to construct a circuit that implements the following truth table:\begin{equation*}
\begin{array}{c|c|c|c|c}
P(Input) & Q(Input) & K(Output) & A(Output) \\
\hline
1 & 1 & 1 & 0 \\
1 & 0 & 0 & 1 \\
0 & 1 & 0 & 1 \\
0 & 0 & 0 & 0
\end{array}
\end{equation*}In addition, I want to use the above circuit to construct a full adder, i.e. a circuit that adds three 1-digit binary numbers.Could you help me to construct the wanted circuit that implements the truth table? :unsure: