The following figure shows a logic gate circuit with two inputs \(A\) and \(B\) and the output \(Y\). The voltage waveforms of \(A, B\) and \(Y\) are as given. The logic gate is

To determine the logic gate type, we need to analyze the waveforms of inputs \( A \) and \( B \), and the output \( Y \). The circuit's truth table provides key insights into its behavior:
| \( A \) | \( B \) | \( Y \) |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
The observed waveform behavior corresponds to the truth table of a NAND gate. In a NAND gate, the output is low (0) only when both inputs are high (1). Otherwise, the output remains high (1).
Below is the waveform image supporting this analysis:
Let’s rule out the other options:
Given the waveform and truth table match, the logic gate in question is confirmed to be a NAND gate.