Multiple Choice
To order an array of strings in alphabetic order,the sorting algorithm should be structured for ____________ order.
A) alphabetic
B) numeric
C) ascending
D) descending
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: In a binary search,if the search fails
Q22: In the bubble sort algorithm,the two arguments
Q23: Which searching algorithm requires the array to
Q24: What does the variable middle represent in
Q25: In a selection sort,which variable holds the
Q27: When the elements in an array are
Q28: In a selection sort algorithm,the variable minValue
Q29: Which statement is true after the execution
Q30: The bubble sort is limited to arranging
Q31: The sequential search algorithm is simple and