Question Detail

A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree
Similar Questions :

1. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors

2. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

3. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

4. Which of the languages is often translated to the pseudo code

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC

5. What are the minimum number of queues needed to implement the priority queue?

  • One
  • Two
  • Three
  • Four
Read more from - Data Structure Questions Answers - Chapter 1