Previous Year Very Short Questions of DS (BSC-IT 2nd)

Data structure through c

Previous year question paper with solutions for Data structure through c

Our website provides solved previous year question paper for Data structure through c . Doing preparation from the previous year question paper helps you to get good marks in exams. From our DS 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. Define Algorithm
  2. Explain array with an example.
  3. Define time complexity of an algorithm.
  4. Explain stack with example.
  5. Give any two advantages of using linked list.
  6. Convert the infix notation (A + B) * (C – D) to postfix.
  7. Explain sparse matrix with example.
  8. Explain dequeue with example.
  9. Explain circular queue in brief.
  10. Define an algorithm.
  11. Write the best-case and worst-case complexity of an algorithm.
  12. How do you represent a list if strings in memory?
  13. Differentiate linear and non linear data structures.
  14. Write overflow and underflow conditions for a linked list.
  15. What is external sorting and internal sorting?
  16. Define a sparse matrix.
  17. Write an algorithm to push an element on a stack.
  18. What is a priority queue?
  19. Define a binary tree and a binary search tree.