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: An OR gate produces a HIGH output when any one (or more) of its inputs is HIGH. Boolean expression . Where the AND gate demands unanimous consent, OR follows...