D) All of The Above A) AVL Tree
D) All of The Above A) AVL Tree
A) True, False
B) False, True
C) True, True
D) False, False
6. …………… is not the component of data structure.
A) Operations
B) Storage Structures
C) Algorithms
D) None of above
7. Which of the following is not the part of ADT description?
A) Data
B) Operations
C) insert, delete
D) delete, insert
B) Queue
C) List
10. ………… is very useful in situation when data have to stored and
then retrieved in reverse order.
A) Stack
B) Queue
C) List
D) Link list
11. Which data structure allows deleting data elements from and
inserting at rear?
A) Stacks
B) Queues
C) Dequeues
12. Which of the following data structure can’t store the non-
homogeneous data elements?
A) Arrays
B) Records
C) Pointers
D) Stacks
13. A ……. is a data structure that organizes data similar to a line in the
supermarket, where the first one in line is the first one out.
A) Queue linked list
B) Stacks linked list
C) Both of them
D) Neither of them
B) List
C) Strings
D) Trees
15. Herder node is used as sentinel in …..
A) Graphs
B) Stacks
C) Binary tree
D) Queues
B) queue
C) Tree
D) Array
17. Identify the data structure which allows deletions at both ends of
the list but insertion at only one end.
A) Input restricted dequeue
B) Output restricted qequeue
C) Priority queues
D) Stack
B) Lists
C) Stacks
D) Graph
19. Which of the following data structure is linear type?
A) Graph
B) Trees
C) Binary tree
D) Stack
20. To represent hierarchical relationship between elements, Which
data structure is suitable?
A) Dequeue
B) Priority
C) Tree
D) Graph
B) Strongly Connected
C) Tightly Connected
D) Linearly Connected
C) With First
D) Depth Limited
D) (N+2)/2
26. In ……………, search start at the beginning of the list and check
every element in the list.
A) Linear search
B) Binary search
C) Hash Search
A) True, False
B) False, True
C) False, False
D) True, True
28. Which of the following is not the internal sort?
A) Insertion Sort
B) Bubble Sort
C) Merge Sort
D) Heap Sort
ii) A graph is said to be complete if there is an edge between every pair of vertices.
A) True, True
B) False, True
C) False, False
D) True, False
30. A graph is said to be ……………… if the vertices can be split into two
sets V1 and V2 such there are no edges between two vertices of V1 or
two vertices of V2.
A) Partite
B) Bipartite
C) Rooted
D) Bisects
B) 0 and -1
C) -1 and 0
D) 1 and 0
B) r=(r+1)% [QUEUE_SIZE – 1]
C) r=(r+1)% QUEUE_SIZE
D) r=(r-1)% QUEUE_SIZE
ii) To find the predecessor, it is required to traverse the list from the first node in
case of singly linked list.
A) i-only
B) ii-only
C) Both i and ii
D) None of both
34. The advantage of …………….. is that they solve the problem if
sequential storage representation. But disadvantage in that is they are
sequential lists.
A) Lists
B) Linked Lists
C) Trees
D) Queues
B) 6
C) 4
D) None
B) Deletion
C) Retrieval
D) Traversal
37. There is an extra element at the head of the list called a ……….
A) Antinel
B) Sentinel
C) List header
D) List head
C) vertices, paths
B) Weighted graph
C) Both A and B
D) None A and B
B) [logn]+1
C) [log2n]
D) [log2n]+1
41. Which of the following is not the type of queue?
A) Ordinary queue
D) Priority queue
ii) Nodes that are not root and not leaf are called as internal nodes.
A) True, True
B) True, False
C) False, True
D) False, False
44. Any node is the path from the root to the node is called
A) Successor node
B) Ancestor node
C) Internal node
A) True, True
B) True, False
C) False, True
D) False, False
B) only a and b
B) Binary tree
C) Trinary tree
D) Both B and C
A) True, False
B) False, True
C) True, True
D) False, False
C. Queue
D. Stack
52. Which of the following data structure store the homogeneous data
elements?
A. Arrays
B. Records
C. Pointers
D. Lists
53. When new data are to be inserted into a data structure, but there
is not available space; this situation is usually called ….
A. Underflow
B. overflow
C. houseful
D. saturated
B. stacks
C. queues
D. dequeue
55. Operations on a data structure may be …..
A. creation
B. destruction
C. selection
B. data structure
C. data relationship
D. data operation
B. destroy
C. update
B. linked allocation
C. stack
D. queue
B. Data elements in linked list need not be stored in adjacent space in memory
B) Lists
C) Stacks
D) Tree
62. Which of the following data structure is linear type?
A) Array
B) Tree
C) Graphs
D) Hierarchy
63. The logical or mathematical model of a particular organization of
data is called a ………
A) Data structure
B) Data arrangement
C) Data configuration
D) Data formation
B) Linear array
C) Two dimensional array
B) One-dimensional array
C) Vertical array
D) Horizontal array
C) Graphs
D) Trees
68. Each node in a linked list has two pairs of ………….. and
……………….
A) Link field and information field
B) Link field and avail field
B) String
C) Linear array
D) Queue
D) After deletion
71. Which of the following data structure is non-linear type?
A) Strings
B) Lists
C) Stacks
D) Tree
72. Which of the following data structure is linear type?
A) Array
B) Tree
C) Graphs
D) Hierarchy
D) Data formation
B) Linear array
C) Two dimensional array
B) One-dimensional array
C) Vertical array
D) Horizontal array
C) Graphs
D) Trees
78. Each node in a linked list has two pairs of ………….. and
……………….
A) Link field and information field
B) Link field and avail field
B) String
C) Linear array
D) Queue
D) After deletion
91. Arrays are best data structures
A) for relatively permanent collections of data
B) for the size of the structure and the data in the structure are constantly
changing
92. Which of the following data structure is not linear data structure?
A) Arrays
B) Linked lists
C) Time consuming
B) random of queue
C) priority
D) dequeue
96. In a priority queue, insertion and deletion takes place at
………………
A) front, rear end
D) any position
97. The time complexity of quick sort is …………..
A) O(n)
B) O(n2)
C) O(n log n)
D) O(log n)
B) tower of Hanoi
B) stack
C) tree
D) graph
C) linked list
D) trees