digital-logic-101
Digital Logic 101: Your First Steps with AND, OR, and NOT Gates
TL;DR: AND, OR, and NOT are the three fundamental logic gates. AND outputs 1 only when all inputs are 1; OR outputs 1 when any input is 1; NOT inverts...
A collection of 2 posts
TL;DR: AND, OR, and NOT are the three fundamental logic gates. AND outputs 1 only when all inputs are 1; OR outputs 1 when any input is 1; NOT inverts...
TL;DR: The NOT gate (inverter) takes a single input and outputs its logical complement: . It is the third member of the AND/OR/NOT functionally complete set. Beyond simple inversion, NOT...