What is the function of an AND gate?

1 answer

Answer

1102337

2026-04-27 02:30

+ Follow

Truth tables:

NAND

  • 0, 0 --> 1
  • 0, 1 --> 1
  • 1, 0 --> 1
  • 1, 1 --> 0

XNOR

  • 0, 0 --> 1
  • 0, 1 --> 0
  • 1, 0 --> 0
  • 1, 1 --> 1
ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.