Logic Circuits

Ilknur Eren
1 min readAug 10, 2020

A logic circuit, receives input signals, in a bit (either 0 (off) or 1 (on) and produces output signals.

An Inverter, takes the input p and produces the output -p

OR Gate, takes two inputs and constructs them in a OR statement

AND Gate, takes two inputs and constructs them in a AND statement

--

--