A two-dimensional array is sometimes referred to as a ____.

A. list
B. vector
C. queue
D. table


Answer: D

Computer Science & Information Technology

You might also like to view...

The fetch-and-execute cycle is also called the ________ cycle

A) processing B) control C) instruction D) management

Computer Science & Information Technology

for (int outer = 0; outer < 2; outer++){      for (int inner = 0; inner < 3; inner++)     {Console.WriteLine("Outer: {0}\tInner: {1}", outer, inner);      }} How many lines will be printed for the above nested loop?

A. 2 B. 3 C. 5 D. 6

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. A link from one symbol instance to another or from one interior part of a shape to another B. Hides the contents of the layer below it C. The layer hidden by a mask layer D. A command that takes a group of selected objects and places each individual object onto its own layer E. A command that is used to convert a text block into individual letters F. Displays more than one frame at one time on the Stage G. Contains instances of other symbols within its Timeline H. A nested movie clip instance I. A movie clip that contains a nested movie clip instance J. A panel that allows you to manage and easily locate any of the individual elements of a document K. A Movie Explorer display option that selects the symbol definition for the symbol selected in the Movie Explorer L. A chain of bones

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which of the following is a small version of a larger graphic?

A. SmallGraph B. Compressed Bit Form (CBF) C. thumbnail D. podgraph

Computer Science & Information Technology