Data Structure MCQ : Basics of Data Structure (Multiple Choice Questions)
Question 1 |
In linear data structure each and every element have unique predecessor and unique successor !
True | |
False |
Question 2 |
Array is an example of ________ data structure.
Linear Data Structure | |
Non Linear Data Structure |
Question 3 |
In _________ data structure , data contain hierarchical and network relationship between elements.
Linear | |
Non linear |
Question 4 |
Select non linear data structures from the list of following data structures ! [Select appropriate options]
Trees | |
Linked List | |
Array | |
Graphs |
Question 4 Explanation:
Trees and Graphs are the examples of Non linear data structures.
Question 5 |
Data Structure in which one predecessor may have one or more successor , that data structure is called as __________.
Non Primitive Data Structure | |
Primitive Data Structure | |
Non Linear Data Structure | |
Linear Data Structure |
There are 5 questions to complete.