Logic Gates

Bwiz
2 min readAug 3, 2020

Building Blocks

Photo by Michael Dziedzic on Unsplash

Logic Gates are at the heart of how we can build complex digital circuits. They will take either one or two inputs and provide an output determined by the type of logic gate being used. Constructing and combining logic gates, both in hardware and software, we are able to perform a variety of computational functions. The seven basic logic gates we will highlight here are: NOT, AND, OR, XOR, NAND, NOR, XOR.

--

--