The ________ algorithm uses recursion to sort an array.

A) shell sort
B) quick sort
C) binary sort
D) red/black sort
E) None of the above


B) quick sort

Computer Science & Information Technology

You might also like to view...

If s1 and s2 are string objects, s1 == s2 is true when

A) s1 = "lion" and s2 = "lioness". B) s1 = "dog" and s2 = "DOG". C) s1 = "cat" and s2 = "cat ". D) None of these because in each case one or more characters in the strings have different ASCII codes. E) None of these because string objects cannot be compared with relational operators.

Computer Science & Information Technology

Electronic business (e-business) goes beyond e-commerce and e-procurement by using information systems and the Internet to perform business-related tasks and functions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A variable with a ____ scope can be accessed only within the scope that it was created in.

A. local B. global C. instance D. class

Computer Science & Information Technology

The ____ is the part of an email address that identifies a specific user.

A. user name B. icon C. profile D. domain

Computer Science & Information Technology