An example of using Digital Constants (switches) to drive a series of logic gates. The LED show the output (as does the probe).
The boolean expression for this circuit would be Q = /(A.B) + C, or alternatively Q = (A NAND B) OR C
Note that in a real-life application, a resistor would be placed in series with the LED to limit the current flowing through it.
There are currently no comments