
In a logic circuit with inputs A, B, and C, each input can take values 0 or 1. Since there are three binary inputs, the total number of input combinations is:
$2^3 = 8$
We are interested in the number of combinations that result in output $Y = 0$.
From the logic of the circuit, the combinations that result in $Y = 0$ are:
So, the number of combinations giving output $Y = 0$ is 7.
Correct option: (C): 7
Given Boolean Expression:
$D = \overline{\overline{(A + B)} \cdot C}$
Using De Morgan’s Law: $\overline{P \cdot Q} = \overline{P} + \overline{Q}$
So, this becomes:
$D = \overline{\overline{(A + B)} + \overline{C}}$
Case 1: $A = 0$, $B = 0$, $C = 0$
Case 2: $A = 1$, $B = 1$, $C = 0$
Case 3: $A = 0$, $B = 1$, $C = 1$
Conclusion:
The output $D$ depends on the specific values of $A$, $B$, and $C$. The expression simplifies using De Morgan's Law, and for each combination, we calculate step by step. As shown above, when the sum inside is 1, and $\overline{C}$ is also 1, the result becomes 0.
Which logic gate is represented by the following combinations of logic gates?



Which of the following circuits has the same output as that of the given circuit?
What are the charges stored in the \( 1\,\mu\text{F} \) and \( 2\,\mu\text{F} \) capacitors in the circuit once current becomes steady? 
Which one among the following compounds will most readily be dehydrated under acidic condition?

Manufacturers supply a zener diode with zener voltage \( V_z=5.6\,\text{V} \) and maximum power dissipation \( P_{\max}=\frac14\,\text{W} \). This zener diode is used in the circuit shown. Calculate the minimum value of the resistance \( R_s \) so that the zener diode will not burn when the input voltage is \( V_{in}=10\,\text{V} \). 
Two charges \( +q \) and \( -q \) are placed at points \( A \) and \( B \) respectively which are at a distance \( 2L \) apart. \( C \) is the midpoint of \( AB \). The work done in moving a charge \( +Q \) along the semicircle CSD (\( W_1 \)) and along the line CBD (\( W_2 \)) are 
A piece of granite floats at the interface of mercury and water. If the densities of granite, water and mercury are \( \rho, \rho_1, \rho_2 \) respectively, the ratio of volume of granite in water to that in mercury is 
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.