Question Detail Which is ALGOL based simulation language FORTRANSIMSCRIPTGASP IVnone of above Answer: Option B Similar Questions : 1. Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A 2. 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. 3. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 4. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 5. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1