All Flashcards

1
Q

True or False

A

True

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

False and False

A

False

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

0 == 1

A

False

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

not (True and False)

A

True

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

True or True

A

True

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

not (True or False)

A

False

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

not (False or True)

A

False

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

0 == 0

A

True

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

not (False or False)

A

True

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

0 != 0

A

False

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

False or True

A

True

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

1 != 0

A

True

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

not (False and False)

A

True

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

1 == 0

A

False

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

False or False

A

False

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

not (False and True)

A

True

15
Q

1 != 1

A

False

16
Q

True and False

A

False

17
Q

not (True or True)

A

False

19
Q

1 == 1

A

True

21
Q

not (True and True)

A

False

22
Q

not False

A

True

23
Q

not True

A

False

24
Q

0 != 1

A

True

25
Q

False and True

A

False

26
Q

True and True

A

True