2.6 Boolean Logic Flashcards
Logic diagram
A method of expression of Boolean Logic in a diagrammatic form using a set of standard symbols representing the various Logic Gates such as AND NOT OR NAND etc.
Logic gate
An individual symbol used in a logic diagram which represents a single gate e.g. AND, OR, NOT.
Logic gate: AND
A logic gate which accepts two inputs and produces one output. Both inputs must be TRUE for the output to be TRUE, otherwise the output is FALSE.
Logic gate: OR
A logic gate which accepts two inputs and produces one output. At least one input must be TRUE for the output to be TRUE, otherwise the output is FALSE.
Logic gate: NOT
A logic gate which accepts one input and produces one output. If the input is TRUE then the output will be FALSE, otherwise the output will be TRUE.
Truth table
A notation used in Boolean algebra for defining the output of a logic gate or logic circuit for all possible combinations of inputs.