Multiple Choice
In general terms, what does a selection statement do?
A) It forces a computer to favor one value over another.
B) It allows a computer to make choices based on test conditions.
C) It allows a computer to select the values that are most economical.
D) It allows a computer to selectively execute based on processing cost.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: The not operator has a lower precedence
Q40: 4 != 4 evaluates to True.
Q41: The statements within a while loop can
Q42: The statements in the loop body need
Q43: There are two types of loops-those that
Q45: The while loop is also called a
Q46: What character is used as the format
Q47: What is a one-way selection statement in
Q48: The while loop is also known as
Q49: In evaluating a loop, you find the