Boolean Expression
______ selection structure
*Also called an if then else structure
Dual-alternative(binary)
_______ selection structure
*Also called an if then structure
Single-alternative(unary)
*Requires that both of two
tests evaluate to True
*Requires a nested decision
(nested
AND decision
*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
OR decision