Analysis of Algorithms and Computational Complexity Questions and Answers
Practice ModeShowing 10 of 239 questions
Q101
For secondary key processing which of the following file organisations is preferred ?
Answer: Option D
Q102
In a circularly linked list organization, insertion of a record involves the modification of
Answer: Option C
Q103
Stack is useful for implementing
Answer: Option C
Q104
A machine needs a minimum of 100 sec to sort 1000 names by quick sort. the minimum time needed to sort 100 names will be approximately
Answer: Option B
Q105
A machine took 200 sec to sort 200 names, using bubble sort. In 800 sec, it can approximately sort
Answer: Option A
Q106
Which of the following is useful in traversing a given graph by breadth first search ?
Answer: Option D
Q107
Which of the following is useful in implementing quick sort
Answer: Option A
Q108
Which of the following relates of machine language ?
Answer: Option D
Q109
Queue can be used to implement
Answer: Option A
Q110
Which of the following allows users to specify what the computer is supposed to do rather than how the computer is supposed to do it ?
Answer: Option A