4.4.2 Boolean logic Flashcards
(5 cards)
1
Q
What is boolean logic?
A
Describes the states of input and output from the logic gates.
Only two states of input TRUE or FALSE
2
Q
What does the NOT gate do?
A
Inverts given input
3
Q
What does the AND gate do?
A
Will only output true when both inputs A and B are TRUE.
4
Q
What does the OR gate do?
A
The OR gate will output TRUE when either input A or B is TRUE (or when both are true)
5
Q
What does the XOR gate do?
A
Will only output TRUE when only one input between input A and B are true.