Table of Content

  • Basics of Data Structure

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 !
A
True
B
False
Question 2
Array is an example of ________ data structure.
A
Linear Data Structure
B
Non Linear Data Structure
Question 3
In _________ data structure , data contain hierarchical and network relationship between elements.
A
Linear
B
Non linear
Question 4
Select non linear data structures from the list of following data structures ! [Select appropriate options]
A
Trees
B
Linked List
C
Array
D
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 __________.
A
Non Primitive Data Structure
B
Primitive Data Structure
C
Non Linear Data Structure
D
Linear Data Structure
There are 5 questions to complete.