Previous Year Very Short Questions of DS (DIPLOMA computer engineering 4th)

Data Structure Using C

Previous year question paper with solutions for Data Structure Using C

Our website provides solved previous year question paper for Data Structure Using 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. LIFO stands for __________________and FIFO stands for____________________.
  2. Define BST.
  3. Write the formula to find the address of a location in an array.
  4. Draw an Extended Binary Tree.
  5. What do you mean by overflow?
  6. What is recursion?
  7. Node of a linked list contains _____________ and ____________.
  8. Define dequeue.
  9. What do you mean by height of a tree?
  10. __________ Search divides the list into two parts and can search from a __________ list.
  11. FIFO stands for____________.
  12. BST stands for _______
  13. Nodes that do have any children are called _______ nodes.
  14. Deletion operation in stack is known as _________.
  15. The tree is ________data structure.
  16. An array is collection of _________data items
  17. Linked list contains two pieces of information: data and _______________.
  18. A stack is represented in computer by using _________________.
  19. Prefix notation of A – B / C is __________________.
  20. Define algorithm. .