Draw the graphical symbols of AND, OR, NOT, NAND, and NOR gates and write their functions.
AND Gate: Symbol is a flat-ended shape with two inputs and one output. Function: The output is 1 only if both inputs are 1. (A AND B = 1 if A = 1 and B = 1) OR Gate: Symbol is a curved shape with two inputs and one output. Function: The output is 1 … Read more