The following statement is an example of a(n) ____ structure."If it's raining outside, take an umbrella."

A. selection
B. sequence
C. repetition
D. nested


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. Data is inserted into a queue at the back. 2. Data is removed at the back of the queue.

Computer Science & Information Technology

Here are several function members of a class. Tell whether each may be used as an l-value, only, an r-value only or both. B is a class that has mutators.

a. //declarations of these appear together in the //definition of class A int& A::f( ){ /* */} const int& A::f( )const{ /* */} b. const int& A::f( ){ /* */} c. const B A::f( ){ /* */} d. B A::f( ){ /* */}

Computer Science & Information Technology

The verbal part of a presentation is called a speech

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ section appears at the bottom of each page of a report and is used for page numbers and brief explanations of symbols or abbreviations, among other elements.

A. Group Footer B. Page Footer C. Report Footer D. Detail

Computer Science & Information Technology