Basics Flashcards

1
Q

Shorthand the following:

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

Shorthand the following:

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

Shorthand the following:

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

Shorthand the following:

If G, then not H

A

If G -> ~H

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

Shorthand the following:

No I are J

A

If N -> ~J

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

Shorthand the following:

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

Shorthand the following:

M only if N

A

M -> N

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

Shorthand the following:

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

Shorthand the following:

No Q unless R

A

If Q -> R

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

Shorthand the following:

S unless T

A

If ~S -> T

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

Shorthand the following:

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

Shorthand the following:

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

Shorthand the following:

Y if, but only if, Z

A

If Y -> Z
&
If Z -> Y

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

Shorthand the following:

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

Shorthand the following:

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

Shorthand the following:

F if G

A

If G -> F

17
Q

Shorthand the following:

H is always I

A

If H -> I

18
Q

Shorthand the following:

If J or K, then no L

A

If J OR K -> ~L