Question:medium

Which of the following correctly represents the AND logic gate?

Show Hint

AND gates are used in digital circuits where all conditions must be true for the output to be true.
Updated On: Nov 26, 2025
  • Output = 1 if at least one input is 1
  • Output = 1 only if all inputs are 1
  • Output = 0 if all inputs are 0
  • Output = 1 if all inputs are 0