On This Page

This set of Data Structure DS Multiple Choice Questions & Answers (MCQs) focuses on Data Structure Set 2

Q1 | The advantage of …………….. is that they solve the problem if sequential storage representation. But disadvantage in that is they are sequential lists.
Q2 | What will be the value of top, if there is a size of stack STACK_SIZE is 5
Q3 | ………… is not the operation that can be performed on queue.
Q4 | There is an extra element at the head of the list called a ……….
Q5 | A graph is a collection of nodes, called ………. And line segments called arcs or ……….. that connect pair of nodes.
Q6 | A ……….. is a graph that has weights of costs associated with its edges.
Q7 | In general, the binary search method needs no more than ……………. comparisons.
Q8 | Which of the following is not the type of queue?
Q9 | The property of binary tree is
Q10 | Any node is the path from the root to the node is called
Q11 | Which is/are the application(s) of stack
Q12 | A …………… is an acyclic digraph, which has only one node with indegree 0, and other nodes have in-degree 1.
Q13 | …………………. Is a directed tree in which outdegree of each node is less than or equal to two.
Q14 | Which of the following data structure is non-linear type?
Q15 | Which of the following data structure is linear type?
Q16 | The logical or mathematical model of a particular organization of data is called a ………
Q17 | The simplest type of data structure is ………………
Q18 | Linear arrays are also called ……………….
Q19 | Arrays are best data structures …………
Q20 | Which of the following data structures are indexed structures?
Q21 | Each node in a linked list has two pairs of ………….. and ……………….
Q22 | A …………………… does not keep track of address of every element in the list.
Q23 | When does top value of the stack changes?
Q24 | Arrays are best data structures …………
Q25 | Arrays are best data structures