A) The constant of proportionality involves terms and coefficients that are usually ignored during big-O analysis.
B) The constant of proportionality attempts to calculate the computational cost of N = NP problems.
C) The constant of proportionality focuses on the dominant term's effects on other parts of the algorithm, rather than focusing solely on the dominant term.
D) The constant of proportionality involves the creation of a benchmark for items that contribute to the dominant term.
Correct Answer
verified
Multiple Choice
A) sequential search
B) modular search
C) linear search
D) binary search
Correct Answer
verified
Multiple Choice
A) An algorithm in which work grows exponentially in relation to the size of the problem.
B) An algorithm in which work grows as a power of three each time the problem size increases.
C) An algorithm in which work grows in direct proportion to the size of the problem.
D) An algorithm in which work grows at a rate of n^k, where k is a constant greater than 1.
Correct Answer
verified
Multiple Choice
A) best case
B) worst case
C) average case
D) mediocre case
Correct Answer
verified
Multiple Choice
A) quadratic analysis
B) logarithmic analysis
C) asymptotic analysis
D) asynchronous analysis
Correct Answer
verified
Multiple Choice
A) When expressed as time vs. work performed, the dominant term is the area where the least amount of time is expended.
B) When expressed as a matrix of related problems, the problem that is most significant becomes the dominant term.
C) When expressed as a quadratic function, the dominant term is the statement in the algorithm where the fastest work is performed.
D) When expressed as a polynomial, the dominant term of an algorithm is the area where the most work is performed.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The "O" stands for "on the order of," which is a reference to the order of complexity of the work of the algorithm.
B) The "O" stands for "Organization of," which is a reference to the organization of complex functions at work in the algorithm.
C) The "O" stands for "on the ontology of," which is a reference to the structure of the algorithm itself.
D) The "O" stands for "on the openness of," which is a reference to the ability to discern from code how the algorithm functions.
Correct Answer
verified
Multiple Choice
A) Instructions that perform assignment operations that can be combined.
B) Instructions that are repeated more than once in the course of the algorithm.
C) Instructions that execute the same number of times regardless of the problem size.
D) Instructions whose execution count varies with the problem size.
Correct Answer
verified
Multiple Choice
A) An algorithm in which work grows as a square of the problem size.
B) An algorithm in which work grows as a power of three each time the problem size increases.
C) An algorithm in which work grows in direct proportion to the size of the problem.
D) An algorithm in which work grows at a rate of n^k, where k is a constant greater than 1.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) linear
B) quadratic
C) constant
D) logarithmic
Correct Answer
verified
Multiple Choice
A) The quicksort algorithm repeatedly swaps elements that are out of order in a list until they are completely sorted.
B) The quicksort algorithm repeatedly swaps the smallest element in an unsorted portion of a list with an element at the start of the unsorted portion.
C) The quicksort algorithm repeatedly inserts the i-th element into its proper place in the first i items in the list.
D) The quicksort algorithm partitions a list around a pivot item and sorts the resulting sublists.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) hard drive space
B) processing power
C) active memory
D) interrupt requests
Correct Answer
verified
Multiple Choice
A) 0.83
B) 1.63
C) 3.14
D) 5.24
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Showing 1 - 20 of 51
Related Exams