Q.1.
What is a data structure?
Q.2.
Which of the following data structure is linear type?
Q.3.
Which of the following is the most widely used external memory data structure?
Q.4.
A variant of linked list in which last node of the list points to the first node of the list is?
Q.5.
Example of non linear data structure
Q.6.
Suppose we are sorting an array of eight integers using quick sort, and we have just finished the first partitioning with the array looking like this:2 5 1 7 910Identify the correct statement?
Q.7.
Which of the following applications may use a stack?
Q.8.
A complete binary tree with 5 levels has how many nodes? (Root is Level 1)
Q.9.
What is the data structure used to perform recursion?
Q.10.
A struct is typically a ____ data structure.
Q.11.
A terminal node in a binary tree is called __________
Q.12.
Which among the below specified condition is applicable if the Queue is non - empty?
Q.13.
A tree sort is also known as__________ sort.
Q.14.
Which of the following principle does queue use?
Q.15.
Entries in a stack are “ordered”. What is the meaning of this statement?
Q.16.
TREE[1]=NULL indicates is _____________
Q.17.
Which of the following data structure is non linear type?
Q.18.
A tree is composed of ____ connected by edges or lines.
Q.19.
To measure Time complexity of an algorithm Big O notation is used which:
Q.20.
In ____________ data structure, the data items are arranged in a linear sequence.