Conditional Statements Flashcards

1
Q

If A then B

A

If a-b

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

All c are d

A

If c - d

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

Every e is f

A

If e - f

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

If g then not h

A

If g - /h

Can’t have both; reduces numbers by 1

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

No I are j

A

If I - /j

Can’t have both. Either I or j, or neither.

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

Only k are l

A

If l - k

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

M only if n

A

If m - n

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

The only o are p

A

If o - p

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

No q unless r

A

If /r - /q

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

S unless t

A

If /t - s

Must have at least one t or s. Can have either one or both.

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

No u without v

A

If u - v

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

Without w, no x

A

If x - w

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

Y if but only if z

A

If y - z

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

A if and only if b

A

If a -b

If b - a

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

If c then neither d nor e

A

If c - /d and /e

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

F if g

A

If g - f

17
Q

H is always I

A

If h - I

18
Q

Neither nor

A

Not and not