Multiple choice

The output of AND gate is 1 when both inputs are

  1. 0, 0

  2. 1, 1

  3. 2, 2

  4. 3, 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The truth table of AND gate i |||| |---|---|---| | A| B| C| | 0| 0| 0| | 0| 1| 1| | 1| 0| 1| | 1| 1| 1|