Topic 4 Flashcards

1
Q
  • Can be only TRUE or FALSE.
  • Under the umbrella of numeric.
A

Boolean Expression

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

______ selection structure
*Also called an if then else structure

A

Dual-alternative(binary)

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

_______ selection structure
*Also called an if then structure

A

Single-alternative(unary)

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

*Requires that both of two
tests evaluate to True
*Requires a nested decision
(nested

A

AND decision

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

*At least one of two conditions must be true to produce a
result of True
*
If first condition is true, no need to test the second condition

A

OR decision

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