Data Structure Multiple Choice Question SET-3

Hey Guys Welcome to CSE Study247

In this page provide you Data Structure Multiple choice question SET-3 Which is very useful of Many Exam Like semester , ISRO, DRDO, Banking , Railway etc.

Data Structure

A data structure is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data structures, all designed to arrange data to suit a specific purpose. Data structures make it easy for users to access and work with the data they need in appropriate ways.

Q.41 Preorder is as same as:-



  • Depth-first order


  • Breadth-first order


  • Topological order


  • Liner order

Q.42 Which of the following traversal techniques lists the nodes of binary search tree in ascending order? :-



  • Post-order


  • In-order


  • Preorder


  • None of the above

Q.43 Merge short uses:-



  • Divide and conquer strategy


  • Backtracking approach


  • Heuristic search


  • Greedy approach

Q.44 The goto statement transfers the control to:



  • A variable


  • A function


  • A label


  • An operator

Q.45 Which of the following known as a finite collection of homogeneous elements?



  • Structure


  • Array


  • Union


  • None

Q.46 ADT stands for



  • Abstract Data Technique


  • Abstract Data Type


  • Attribute Data Technique


  • Abstract Data Task

Q.47 The address of which of these nodes will contain the next pointer of the last node of a circular linked list



  • First node


  • Second node


  • The node before the last node


  • Cannot determined

Q.48 Removing an element from the stack is known as operation



  • Push


  • Pull


  • Pop


  • None

Q.49 The condition Top=N-1 indicates that (Where N represent size of stack)



  • Stack is empty


  • Stack is full


  • Stack has only one element


  • None

Q.51 Which data structure is used for implementing recursion



  • Stack


  • Queue


  • Array


  • List

Q.52 The data structure required for Breadth First Traversal on a graph is ?



  • Stack


  • Queue


  • Array


  • List

Q.53 What is the complexity of searching for a particular element in a singly linked list ?



  • 0(n)


  • 0(1)


  • log(n)


  • n Log n

Q.54 What is the worst case complexity of Quick Sort ?



  • 0(n)


  • 0(n2)


  • 0(log n)


  • None

Q.55 Any node is the path from the root to the node is called



  • Ancestor node


  • Successor node


  • Internal node


  • None

Q.56 Which of the following data structure store the homogeneous data elements?



  • Pointers


  • Arrays


  • Records


  • None

Q.57 Operations on a data structure may be ?



  • Selection


  • Destruction


  • Creation


  • All of these

Q.58 The property of binary tree is ?



  • The right subtree can be empty


  • The second subtree is called right subtree


  • The first subset is called left subtree


  • All of these

Q.59 A variable P is called pointer if



  • P contains the address of an element in Data


  • P contains the DATA and the address of Data


  • P can store only memory address


  • None

Q.60 Which data structure is used in breadth first search of a graph to hold nodes?



  • Queue


  • Stack


  • Tree


  • None

1. Official Telegram Click Here
2. Telegram For CSE MCQs Click Here
3. You TubeClick Here
Scroll to Top