For the following logic circuit, the truth table is:

\(\begin{matrix} A &B &Y \\ 0&0 &0 \\ 0&1 &1 \\ 1&0 &1 \\ 1&1 &1 \end{matrix}\)
\(\begin{matrix} A &B &Y \\ 0&0 &1 \\ 0&1 &0 \\ 1&0 &1 \\ 1&1 &0 \end{matrix}\)
\(\begin{matrix} A &B &Y \\ 0&0 &0 \\ 0&1 &0 \\ 1&0 &0 \\ 1&1 &1 \end{matrix}\)
\(\begin{matrix} A &B &Y \\ 0&0 &1 \\ 0&1 &1 \\ 1&0 &1 \\ 1&1 &0 \end{matrix}\)
To determine the truth table for the given logic circuit, we need to follow the circuit logic step by step. The circuit consists of two NOT gates and one AND gate.
Let's analyze the circuit:
The operation of the AND gate is such that it outputs 1 only when both inputs are 1. To achieve that, here the input must be the inverted outputs, meaning:
The truth table can now be created:
| A | B | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Therefore, the correct option is the truth table:
\(\begin{matrix} A & B & Y \\ 0 & 0 & 0 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 1 \end{matrix}\)