Boolean algebra and truth tables Flashcards
1
Q
Four logic gates
A
and
not
or
orx
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
7
Q
Who created boolean?
A
George Boole
8
Q
What is a truth table?
A
a diagram to show the output for every possible set of input
9
Q
Truth table examples
A