Placing a list of items into alphabetical or numerical order is called ____.

A. simplifying
B. searching
C. sorting
D. pattern matching


Answer: C

Computer Science & Information Technology

You might also like to view...

If you want a class that implements the Map interface and do not need any methods beyond those in the Map interface, you can use the ____________ class.

a. Vector b. AbstractMap c. HashMap d. HashSet

Computer Science & Information Technology

What exception type does the following program throw?

``` public class Test { public static void main(String[] args) { int[] list = new int[5]; System.out.println(list[5]); } } ``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. ClassCastException e. No exception

Computer Science & Information Technology

A Do Not Call registry lists your home address and stops door-to-door sales people

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ holds the workspace elements together.

a. Live Workspace b. Application frame c. contact sheet d. smart filter

Computer Science & Information Technology