Conditional statements Flashcards

1
Q

“And” and “or” statements

A

and’s and or’s switch when negated

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

“Only if” statements

A

only if indicates a requirement: whatever follows only if goes on the right side when diagramming conditional statements

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

“Unless” statements

A

unless means “if not”

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

Necessary factor

A

something required to get a result. However it does not guarantee the result by itself. If a necessary factor is not satisfied the result cannot occur

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

Sufficient factor

A

something that is enough by itself to guarantee a result. However, sufficient factors are not always required in order to achieve the result

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

IF (LEFT- sufficient factor/dependent factor)

A

THEN (RIGHT- necessary factor/independent factor)

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

Contrapositive

A

take the statement, flip and negate it

think of the arrow as a one way street; directional

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

Statements involving any of these words can be translated into conditional diagrams:

A

If, if…then, all, every, whenever

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

No, none

A

these statements point out two characteristics that are never seen together or two groups that have no members in common & can be represented with conditional diagrams

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