Question Detail Which is ALGOL based simulation language FORTRANSIMSCRIPTGASP IVnone of above Answer: Option B Similar Questions : 1. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 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. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 4. The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C 5. Which is problem oriented language BASICPL/IFORTRANnone of above Answer: Option D Read more from - Data Structure Questions Answers - Chapter 1