Data Structure MCQ : Basics of Data Structure (Multiple Choice Questions)
Question 1 |
ADT is called as Abstract because -
It is completely independent data type | |
Implementation Details are hidden | |
None of these | |
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.
Non-Primitive Data Structure | |
Linear Data Structure | |
Non Linear Data Structure | |
Primitive Data Structure |
Question 3 |
Primitive data Structures are generally _________ data types in programming language.
Built in Data Types | |
User Defined Data Types |
Question 4 |
Non Primitive data Structures are those which define set of _________.
Primitive Elements | |
Static Elements | |
None of these | |
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 ____________.
Non-primitive data structure | |
Linear data structure | |
None of these | |
Primitive data structure |
There are 5 questions to complete.