Question
Question: Which logic gate is represented by the following combination of logic gates? 
NOR gate:
This gate has two inputs and one output.
This gate is the combination of two functions: operation of OR gate followed by NOT gate. We get its output as 1 only when both its inputs are 0. Or we could say that ifXandYwere the inputs then, the output of NOR-gate is given by, X+Y
X,Y⇒X+Y ……………………………… (2)
So, for the combination, if A and B were the inputs then from (1) we have outputs as A and B respectively.
Now, the two inputs of NOR gate are A andB, so from (2) we get the output as,
⇒A+B=A⋅B
⇒A⋅B=A⋅B ………………………….. (3)
AND gate if you may recall has two or more inputs with just one output. The inputs have to be both 1 to give the output 1. That is, if X and Y were the inputs then output is given by,
⇒X⋅Y
Therefore, the combination given in the question results in it operating as an AND gate.
So, the correct answer is “Option C”.
Note:
In order to deal with questions involving logic gates, along with identifying the given gates, you should also know the resultant operation of the combination. For that you should learn the operations of all the five basic logic gates. Also, note that the NOR gate here is a universal gate, as it can obtain all the other gates using this.