The circuit diagram represents a NAND gate. Let’s analyze the behavior of the circuit:
This behavior matches the truth table of a NAND gate:
\[ \begin{array}{|c|c|c|} \hline A & B & Y = \overline{A \cdot B} \\ \hline 0 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \\ \hline \end{array} \]
Thus, the circuit corresponds to the logic of a NAND gate, with the output given by:
\[ Y = \overline{A \cdot B} \]
The correct answer is (B) : NAND
An \( \alpha \) particle is scattered from an Au target at rest as shown in the figure. \( D_1 \) and \( D_2 \) are the detectors to detect the scattered \( \alpha \) particle at an angle \( \theta \) and along the beam direction, respectively, as shown. The signals from \( D_1 \) and \( D_2 \) are converted to logic signals and fed to logic gates. When a particle is detected, the signal is 1 and is 0 otherwise. Which one of the following circuits detects the particle scattered at the angle \( \theta \) only?
A logic gate circuit is shown in the figure below. The correct combination for the input \( (P, Q) \) for which the output \( T = 1 \) is:
For the circuit shown above, the equivalent gate is:
In the following circuit, the reading of the ammeter will be: (Take Zener breakdown voltage = 4 V)
If $10 \sin^4 \theta + 15 \cos^4 \theta = 6$, then the value of $\frac{27 \csc^6 \theta + 8 \sec^6 \theta}{16 \sec^8 \theta}$ is:
If the area of the region $\{ (x, y) : |x - 5| \leq y \leq 4\sqrt{x} \}$ is $A$, then $3A$ is equal to
Let $A = \begin{bmatrix} \cos \theta & 0 & -\sin \theta \\ 0 & 1 & 0 \\ \sin \theta & 0 & \cos \theta \end{bmatrix}$. If for some $\theta \in (0, \pi)$, $A^2 = A^T$, then the sum of the diagonal elements of the matrix $(A + I)^3 + (A - I)^3 - 6A$ is equal to
Let $A = \{ z \in \mathbb{C} : |z - 2 - i| = 3 \}$, $B = \{ z \in \mathbb{C} : \text{Re}(z - iz) = 2 \}$, and $S = A \cap B$. Then $\sum_{z \in S} |z|^2$ is equal to
It is the gate, where a circuit performs an AND operation. It has n number of input where (n >= 2) and one output.
It is the gate, where a circuit performs an OR operation. It has n number of input where (n >= 2) and one output.
An inverter is also called NOT Gate. It has one input and one output where the input is A and the output is Y.
A NAND operation is also called a NOT-AND operation. It has n number of input where (n >= 2) and one output.
A NOR operation is also called a NOT-OR operation. It has n number of input where (n >= 2) and one output.
XOR or Ex-OR gate is a specific type of gate that can be used in the half adder, full adder, and subtractor.
XNOR gate is a specific type of gate, which can be used in the half adder, full adder, and subtractor. The exclusive-NOR gate is flattened as an EX-NOR gate or sometimes as an X-NOR gate. It has n number of input (n >= 2) and one output.