Logic gates
AND gate
The AND gate outputs true (1) only if both of its inputs are true (1). If either input is false (0), the output will also be false. It represents the logical conjunction, where both conditions must be met for the result to be true.