Analysis of Algorithms and Computational Complexity Questions and Answers
Practice ModeShowing 10 of 239 questions
Q161
A (n) ______ occurs when the value in the current record's control field does not match the value in the control variable.
Answer: Option A
Q162
The of the following types of programs would require the program data to be sorted in order for the programs to work correctly?
Answer: Option A
Q163
The bubble sort would compare the code [x] element to the ____ element.
Answer: Option D
Q164
The value for which you are searching is called the
Answer: Option D
Q165
Which of the following is false
Answer: Option D
Q166
_______, which are calculated by adding together the various subtotals in the report, typically appear at the end of the report ?
Answer: Option D
Q167
A ______ search begins the search with the element that is located in the middle of the array.
Answer: Option A
Q168
Which is true about linked list ?
Answer: Option D
Q169
The address field of a linked list
Answer: Option D
Q170
A circular list can be used to represent
Answer: Option A