Boolean algebra(1.4.3 a) Flashcards
1
Q
Four logic gates
A
AND
NOT
OR
XOR
2
Q
What is boolean algebra?
A
a way of describing logic
if a condition is True it is detonated by 1
if a condition is False it is detonated by 0
3
Q
And gates
A
only returns true if both inputs are true otherwise its value is false
4
Q
Not gates
A
takes the input value and negates it to produce the opposite outcome
5
Q
Or gates
A
only returns false if both inputs are false otherwise its value is true
6
Q
Xor gates
A
exclusive Or
only returns true if exactly one input is true otherwise it returns false