Topic 4 Flashcards
1
Q
- Can be only TRUE or FALSE.
- Under the umbrella of numeric.
A
Boolean Expression
2
Q
______ selection structure
*Also called an if then else structure
A
Dual-alternative(binary)
3
Q
_______ selection structure
*Also called an if then structure
A
Single-alternative(unary)
4
Q
*Requires that both of two
tests evaluate to True
*Requires a nested decision
(nested
A
AND decision
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