Question:medium

Which of the following is correct outputs for inputs (1, 1) and (0, 1)?

Show Hint

In logic circuits, always trace the path of the inputs through the gates to determine the output. A NOT gate inverts the input, and an AND gate produces a 1 only when both inputs are 1.
Updated On: Apr 7, 2026
  • 1, 1
  • 0, 0
  • 1, 0
  • 0, 1
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0