Data Structure MCQs SET-1

Hey Guys Welcome to CSE Study247

In this page provide you Data Structure Multiple Choice Question With Answer 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.1 Which of the following is a data structure?



  • Array


  • Linked list


  • Stack


  • All

Q.2 Which of the following is a static data structure?



  • Array


  • Static


  • Linked List


  • Data

Q.3 Which of the following is a Dynamic data structure?



  • Array


  • Static


  • Linked List


  • Data

Q.4 Units of information is called?



  • Array


  • Static


  • Linked List


  • Data

Q.5 Collection of various data items is called?



  • Record


  • Static


  • Linked List


  • Data

Q.6 Which of the following is a linear data structure?



  • Tree


  • Graphs


  • Linked List


  • Data

Q.7 Which of the following is a non-linear data structure?



  • Tree


  • Graphs


  • Linked List


  • Both A & B

Q.8 Which of the following is related to a Divide and Conquer approach?



  • Tree


  • Graphs


  • Linked List


  • Binary Tree

Q.9 All elements store in an array in?



  • Linear order


  • Non-linear order


  • Both A & B


  • None

Q.10 Big Omega (Ω) Notation indicates the ________ required?



  • Maximum time


  • Minimum time


  • Both A & B


  • None

Q.11 Big Omega (Ω) Notation describes the ________ of an algorithm's time complexity?



  • Average case


  • Best case


  • Both A & B


  • None

Q.12 Theta (Θ) notation describes the ________ of an algorithm?



  • Average case


  • Best case


  • Both A & B


  • None

Q.13 Whose equation is this: f(n) ≥ c * g(n)?



  • Big-O Notation


  • Big-Omega


  • Big-Theta


  • None

Q.14 Whose equation is this: f(n) ≤ c * g(n)?



  • Big-O Notation


  • Big-Omega Notation


  • Big-Theta Notation


  • None

Q.15 Whose equation is this: C1 * g(n) ≤ f(n) ≤ C2 * g(n)?



  • Big-O Notation


  • Big-Omega Notation


  • Big-Theta Notation


  • None

Q.16 Non-linear data structures are accessed in?



  • Non-sequential order


  • Random order


  • Both A & B


  • None

Q.17 An algorithm that calls itself is known as?



  • Sub algorithm


  • Recursion


  • Both A & B


  • None

Q.18 Which of the following is a non-primitive data type?



  • Integer


  • Array


  • None

Q.19 Which of the following is a primitive data type?



  • Integer


  • Array


  • Float


  • None

Q.20 Which data structure is used for implementing recursion?



  • Integer


  • Array


  • Stack


  • None

Scroll to Top