A(n) ____ is an ordered set of data.

A. stack
B. graph
C. list
D. array

Answer: C

Computer Science & Information Technology

You might also like to view...

________ is the standard language for describing and delivering data on the Web

Fill in the blank(s) with correct word

Computer Science & Information Technology

A search for an item X in a portion of a sorted array works by repeatedly selecting the middle item and comparing it to X. If X is not found there, the search method selects either the portion of the array to the left of the middle item, or the portion of the array to the right of the middle item and continues the search. This method is called

A) sequential search B) binary search C) selection search D) None of the above

Computer Science & Information Technology