Write the truth table for the circuit shown in the figure given below. Name the gate that the circuit resembles.

                     

Hint: The type of the logic gate depends on the output.
Step 1: Find the boolean expression of the circuit.
The circuit resemble AND gate. The boolean expression of this circuit is, V0 = A.B i.e., V0 equals A and B.
Step 2: Find the truth table.
The truth table of this gate is as given below

A

B

V0=A.B

0

0

0

0

1

0

1

0

0

1

1

1