When writing a program, a(n) ____ structure provides the capability to make a choice between different instructions, depending on the result of some condition.
A. sequence
B. selection
C. iteration
D. invocation
Answer: B
You might also like to view...
Answer the following statements true (T) or false (F)
1. The keyword static is used in a static function declaration in a class but not in the function definition. 2. Vector assignment is well behaved. 3. The functions or data members declared in the private: section of a class can be accessed only in the definition those functions declared in that class. Note that friend functions are also declared (but not defined) in the class to which they are friends, so they also have access to private as well as public members. 4. The set of integers ranging from -MAXINT to MAXINT make up the int data type.
To convert text to title case, use the ________ function
A) CONCATENATE B) PASTE C) PROPER D) CONVERT
Match the process flow to the problem type requiring solution.
A. Iterative Process Flow B. Parallel Process Flow C. Evolutionary Process Flow
Vector graphics are designed to work with layers of ____.
A. shapes B. images C. graphics D. photos