Truth Tables Flashcards

1
Q

<p>not False</p>

A

<p>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

<p>not True</p>

A

<p>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

<p>True or False</p>

A

<p>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

<p class=”large” style=”text-align:center”;>True or True</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

<p class=”large” style=”text-align:center”;>False or True</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

<p>False or False</p>

A

<p>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

<p class=”large” style=”text-align:center”;>True and False</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

<p class=”large” style=”text-align:center”;>True and True</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

<p>False and True</p>

A

<p>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

<p class=”large” style=”text-align:center”;>False and False</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

<p class=”large” style=”text-align:center”;>not (True or False)</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

<p>not (True or True)</p>

A

<p>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

<p class=”large” style=”text-align:center”;>not (False or True)</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

<p class=”large” style=”text-align:center”;>not (False or False)</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

<p>not (True and False)</p>

A

<p>TRUE</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

<p class=”large” style=”text-align:center”;>not (True and True)</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

17
Q

<p class=”large” style=”text-align:center”;>not (False and True)</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

18
Q

<p class=”large” style=”text-align:center”;>not (False and False)</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

19
Q

<p>!=</p>

A

<p>True?</p>

20
Q

<p class=”large” style=”text-align:center”;>1 != 0</p>

A

<p class=”large” style=”text-align:center”;>TRUE</p>

21
Q

<p class=”large” style=”text-align:center”;>1 != 1</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

22
Q

<p>0 != 1</p>

A

<p>TRUE</p>

23
Q

<p class=”large” style=”text-align:center”;>0 != 0</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

24
Q

<p class=”large” style=”text-align:center”;>1 == 0</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

25
Q

<p>1 == 1</p>

A

<p>TRUE</p>

26
Q

<p class=”large” style=”text-align:center”;>0 == 1</p>

A

<p class=”large” style=”text-align:center”;>FALSE</p>

27
Q

<p>0 == 0</p>

A

<p>TRUE</p>