Truth tables Flashcards
1
Q
what is “and”?
A
2
Q
^ (umgedrehtes v)
A
and
3
Q
what is “or”?
A
v
4
Q
v
A
or
5
Q
what is “if-then”?
A
->
6
Q
->
A
“if-then”
7
Q
what is “not”
A
⏋
8
Q
what is then and only then
A
<->
8
Q
⏋
A
not
9
Q
<->
A
then and only then
10
Q
Truth table:
what are the values
A
0 = false
1 = true
11
Q
what is a tautology?
A
a statement which is always true
1111
12
Q
what is the statement called that is always true
A
tautology
13
Q
what is the statement called that is always wrong?
A
contradiction/ absurdity
14
Q
what is a contradiction/ absurdity?
A
a statement that is always wrong
0000