Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fundamentals of Logic - Coggle Diagram
Fundamentals of Logic
-
Logic Gates
-
AND
The output (Q) is 1 (true) only if both inputs (A and B) are 1 (true). Otherwise, the output is 0 (false).
OR
The output (Q) is 1 (true) if at least one of the inputs (A or B, or both) is 1 (true). The output is 0 (false) only if both inputs are 0 (false).
NOT
The output (Q) is the opposite (inverse, complement) of the input (A). If A is 0, Q is 1, and if A is 1, Q is 0.
-
-
-