AQA AS Computing: 7.1 Logic gates and Boolean algebra Flashcards
Boolean Variable
A variable that may have two discrete possible values, e.g. true or false
Truth Table
A table that shows the result of applying the logical function to all possible combinations of inputs
OR Function
The output is true if either or both inputs are true
AND Function
The output is true if all inputs are true
NOT Function
The output is the inverse of the input
Boolean Equation
An equation that expresses a Boolean output Q in terms of Boolean inputs X, Y, Z etc, to which one or more Boolean functions (such as OR, AND and NOT) are applied
Logic Gate
An electronic circuit that performs a Boolean function
Exclusive OR Function
The output is true if either input is true but not if both inputs are true
NAND Function
The output is true is any input is false
NOR Function
The output is true only when all inputs are false
Today, what types of logic gates are processors made up of?
They are made up of NAND gates and NOR gates
De Morgan’s Laws
A OR B = NOT(NOT A AND NOT B) / A AND B = NOT(NOT A AND NOT B)