The document contains a question bank with multiple choice and long answer questions about data structures. It includes questions about the definition of data structures, different types of data structures like arrays and abstract data types, linear and non-linear data structures, sorting algorithms like bubble sort and insertion sort, searching, and Big O notation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
262 views1 page
Data Structure Question Bank 2023-24
The document contains a question bank with multiple choice and long answer questions about data structures. It includes questions about the definition of data structures, different types of data structures like arrays and abstract data types, linear and non-linear data structures, sorting algorithms like bubble sort and insertion sort, searching, and Big O notation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Data Structure
Question Bank
Two Marks Question.
1. What is a data structure? 2. List the various operations that can be performed on data structure. 3. What is Array? How to declare array in ‘C’? 4. What is abstract data type? 5. What is linear data structure? Give example. 6. 4. What is not linear data structure? Give example. 7. List types of Sorting 8. What do you mean by primitive data type? 9. List down any four applications of data structures? 10.What is Self-referential Structure? 11.Differentiate linear and non-linear data structure. 12.Define Searching. 13.What is Big ‘O’ notation?
Four Marks Question.
1. Explain Bubble sort with example. 2. What is data structure? Explain various types of data structure 3. Write a ‘C’ programme for Linear search. 4. Write a ‘C’ programme for Insertion Sort. 5. Sort Following element using Selection Sort. (56,98,12,76,34,209,11)