Logic Gates
After knowing how to use binary variables (e.g., 1001) to represent information, we explore digital systems that perform operations on these binary variables.
Logic gates are simple digital circuits that take one or more binary inputs and produce a binary output.
Buffer
A buffer is a one-input logic gate that simply copies the input to the output.

Last updated