Lesson 5: Conditional Statements Flashcards

1
Q

This is a compound statement of the form “If p then q” where p and q are statements.

A

Conditional Statement

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

This is the first statement in a conditional statement and usually begins with “if”.

A

Hypothesis (p)

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

This is the second statement in a conditional statement and usually begins with “then”.

A

Conclusion (q)

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

These are other terms associated with the hypothesis (p).

A

Assumption, Definition, Condition

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

These are other terms associated with the conclusion (q).

A

Result, Conclude, Consequence

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

This is the form used to write a conditional statement.

A

If ________________, then _______________.

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

If a number is greater than zero, then the number is positive.

A

Hypothesis: A number is greater than zero
Conclusion: The number is positive

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

If you have a good sleep, then you will have a good health.

A

Hypothesis: You have a good sleep
Conclusion: You will have a good health

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

If an integer ends in 1, 3, 5, 7, or 9, then it is an odd integer.

A

Hypothesis: An integer ends in 1, 3, 5, 7, or 9
Conclusion: It is an odd integer

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

If the weather is good, then the picnic is more enjoyable.

A

Hypothesis: The weather is good
Conclusion: The picnic is more enjoyable

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

If you eat vegetables, then it will make you grow healthy.

A

Hypothesis: You eat vegetables
Conclusion: It will make you grow healthy

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

If you work, then you get paid.

A

Hypothesis: You work
Conclusion: You get paid

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