Question Detail Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A Similar Questions : 1. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 2. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 3. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B 4. Which of the languages is often translated to the pseudo code PASCALFORTRANPL/IBASIC Answer: Option A 5. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D Read more from - Data Structure Questions Answers - Chapter 1