Question Detail A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C Similar Questions : 1. Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A 2. Sort which compares adjacent elements in a list and switches where necessary is Insertion sortHeap sortQuick sortBubble sort Answer: Option D 3. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C 4. Which of the languages is often translated to the pseudo code PASCALFORTRANPL/IBASIC Answer: Option A 5. What are the minimum number of queues needed to implement the priority queue? OneTwoThreeFour Answer: Option BExplanation:One queue is used for the actual storing of data, and the other one is used for storing the priorities. Read more from - Data Structure Questions Answers - Chapter 1