When one loop appears inside another, the loop that contains the other loop is called the ____ loop.

A. indefinite
B. definite
C. inner
D. outer


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the default selection color of Layer 1?

A. pale yellow B. light blue C. black D. light red

Computer Science & Information Technology

(Order of Evalution) State the order of evaluation of the operators in each of the following C++ statements and show the value of x after each statement is performed.

a) x = 7 + 3 * 6 / 2 - 1; b) x = 2 % 2 + 2 * 2 - 2 / 2; c) x = ( 3 * 9 * ( 3 + ( 9 * 3 / ( 3 ) ) ) );

Computer Science & Information Technology

display a Vect object - labeling each component ostream& operator<<( ostream& os, const Vect& avect )

What will be an ideal response?

Computer Science & Information Technology

What does the /54 mean on an ExpressCard adapter?

A) Speed B) Size C) CPU type D) Amount of memory

Computer Science & Information Technology