Previous Year Very Short Questions of DSPM (B-TECH computer science engineering 3rd)

Data structures and programming methodology

Previous year question paper with solutions for Data structures and programming methodology

Our website provides solved previous year question paper for Data structures and programming methodology . Doing preparation from the previous year question paper helps you to get good marks in exams. From our DSPM question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. State the Criteria used for evaluating the suitability of a particular data structure for a given application
  2. Which data structure is used to implement DFS algorithm and why?
  3. When do we use Priory queues?
  4. Define the term File-structure and File-organization.
  5. What are the advantages and disadvantages of representing a group of items as an array verses a linear linked list?
  6. What is Graph and name its applications?
  7. Describe the term Algorithmic complexity and time-space tradeoff.
  8. Derive an expression for addressing an arbitrary element in 2-D array
  9. Can you traverse a single linked list in backward direction? Justify your answer.
  10. What are the various operations that can be performed on sets?
  11. What are usage of pointers?
  12. Relate data structures with data types?
  13. Discuss double Linked List?
  14. What are postfix expressions?
  15. Give some applications of stack?
  16. Difference between array and linked list?
  17. Define binary tree?
  18. Write a short note on Hash Tables?
  19. Define a weighted graph.
  20. What are records?
  21. What are the advantages and disadvantages of linked list over Arrays?
  22. Which data structure will be used in recursion?
  23. Define height balanced tree with example.
  24. A full binary tree with 2n+l node contains how many leaf nodes?
  25. Graphically show the Deletion of an element from the circular queue implemented as linked list.
  26. A linear Array A is given with lower bound as 1. If address of A[20] is 360 and A[30] is 390, then find address and word size of A[16].
  27. Define sets. How sets are represented in memory?
  28. Define Big Omega and Theta notation.
  29. What are the initial conditions required to implement binary search?
  30. What is a file? What are the basic operations performed on file system?