When you use parallel arrays, two or more arrays contain ____ data.

A. connected
B. equivalent
C. identical
D. related


Answer: D

Computer Science & Information Technology

You might also like to view...

______ gradients add depth and texture to a graphic.

a. Subtle b. Overbearing c. Dominating d. Mixed

Computer Science & Information Technology

Object oriented programming:

a. Has modules just like procedural programming. b. Does not have to process all modules. c. Looks at parts of the problem in terms of data, its properties, its responsibilities and how they interact with other parts. d. All of the above. e. None of the above.

Computer Science & Information Technology

The member function setf stands for

a. set the file name b. set the flags c. set the format d. nothing

Computer Science & Information Technology

The constant big-O value is ____.

A. O(1) B. O(n) C. O(log n) D. O(n log n)

Computer Science & Information Technology