Table of Content

  • Basics of Data Structure

Data Structure MCQ : Basics of Data Structure (Multiple Choice Questions)


Question 1
ADT is called as Abstract because -
A
It is completely independent data type
B
Implementation Details are hidden
C
None of these
D
It is collection of different data types
Question 2
_________________ defines a set of primitive elements which do not involves any other element as its sub-part.
A
Non-Primitive Data Structure
B
Linear Data Structure
C
Non Linear Data Structure
D
Primitive Data Structure
Question 3
Primitive data Structures are generally _________ data types in programming language.
A
Built in Data Types
B
User Defined Data Types
Question 4
Non Primitive data Structures are those which define set of _________.
A
Primitive Elements
B
Static Elements
C
None of these
D
Derived Elements
Question 4 Explanation: 
Array or Structure is an example of derived elements.
Question 5
If elements of the data structure forms a sequence of list then it is called as ____________.
A
Non-primitive data structure
B
Linear data structure
C
None of these
D
Primitive data structure
There are 5 questions to complete.