Exam 13: Recursion, Complexity, and Searching and Sorting
Exam 1: Background49 Questions
Exam 2: First Java Programs47 Questions
Exam 3: Syntax, Errors, and Debugging46 Questions
Exam 4: Introduction to Control Statements47 Questions
Exam 5: Using Classes and Objects in Media Computing47 Questions
Exam 6: Introduction to Defining Classes46 Questions
Exam 7: Control Statements Continued47 Questions
Exam 8: Improving the User Interface45 Questions
Exam 9: Introduction to Html and Applets45 Questions
Exam 10: Introduction to Arrays47 Questions
Exam 11: Classes Continued46 Questions
Exam 12: Arrays Continued47 Questions
Exam 13: Recursion, Complexity, and Searching and Sorting47 Questions
Exam 14: Introduction to Collections43 Questions
Exam 15: Multithreading, Networks, Clientserver Programming47 Questions
Select questions type
In a quicksort algorithm, the middle of an array is called the ____________________.
(Short Answer)
4.8/5
(42)
sum(n) =1+2+3+...+n, where n>1 is an example of a(n) ____ algorithm.
(Multiple Choice)
4.9/5
(41)
Recursion and iteration can never be used in place of each other.
(True/False)
4.8/5
(35)
Recursion is measured by looking at how the run time and memory usage of an algorithm vary as a function of the quantity of data processed.
(True/False)
4.9/5
(36)
Identify the letter of the choice that best matches the phrase or definition.
a.Activation record
b.Stack
c.Quadratic
d.Exponential
e.copyBuffer
-During the merge sort process, smaller items are copied to here.
(Essay)
4.9/5
(39)
Showing 41 - 47 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)