download Mastguru Android App

Question Detail

Which of the languages is often translated to the pseudo code

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC
Similar Questions :

1. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

2. Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue

3. O log(n) can be conneted with

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

4. minimum number of stacks of size n required to implement a queue of size n

  • One
  • Two
  • Three
  • Four

5. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment