2.4 - boolean logic Flashcards
1
Q
AND
A
Has two inputs and outputs 1 only if both are 1.
2
Q
OR
A
Has two inputs, if both are 1 then outputs 1, otherwise outputs 0.
3
Q
NOT
A
Has a single input and outputs the opposite of that input.
4
Q
Truth tables
A
A table which shows the possible input and output values for a logic gate
5
Q
Logic gate
A
An operator such as AND, OR or NOT which performs a logical function on the input.
6
Q
Logic diagram
A
A diagram showing one or more logic gates together.