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)