Solveeit Logo

Question

Question: A combination of logic gates has the truth table below. P Q Z 0 0 0 0 1 1 1 0 1 1 1 1 Which of...

A combination of logic gates has the truth table below.

P Q Z

0 0 0

0 1 1

1 0 1

1 1 1

Which of the following combinations has this truth table?

A

B

C

D

Answer

Explanation

Solution

(1) Z = (Pˉ+Q)(\overline{\bar{P} + Q}) PQZ000010\begin{matrix} P & Q & Z \\ 0 & 0 & 0 \\ 0 & 1 & 0 \end{matrix}

(2) Z = (Pˉ.Q)(\overline{\bar{P}.Q}) PQZ001\begin{matrix} P & Q & Z \\ 0 & 0 & 1 \end{matrix}

(3) Z =(Qˉ.(P+Q))(\overline{\bar{Q}.\overline{(P + Q)}}) PQZ000011101111\begin{matrix} P & Q & Z \\ 0 & 0 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 1 \end{matrix}

(4) Z = (P.Q)( \overline { \mathrm { P } . \mathrm { Q } } ) PQZ000010100\begin{matrix} P & Q & Z \\ 0 & 0 & 0 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{matrix}