Reference
This article explores the principle and function of AND gates within circuit boards, illustrating their role in managing binary logic through input signals and truth tables, providing practical insights into their application.
Principle
AND gate is the basic element of the circuit board, usually composed of transistor. It is controlled by the High or Low level that can respectively represent the logic "true" and "false", "1" and "0" in binary, or "OFF" and "ON".
Other Supplementary Information
The logic module-AND cannot be directly used as an input or output module. Users have to connect input modules to the input interfaces of the module, output module to output interface. Change the signal of the two input interfaces to control the output port.

Truth Table
| Input A | Input B | Output |
|---|---|---|
| off | off | off |
| off | on | off |
| on | off | off |
| on | on | on |
Description: Logic AND can determine the status of the two input modules and then calculate the final values. Try using two push buttons to control an LED module.

Turn to the Boson Kit Page
Was this article helpful?
