Table of Content

  • Basics of Data Structure

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


Question 1
Data that can be broken down into small pieces and each sub-field having the some meaning is called as ___________.
A
Dynamic Data
B
Textual Data
C
Composite Data
D
Atomic Data
Question 1 Explanation: 
"12/12/2024" can be consider as composite data which can be broken down into small small pieces and each piece having some meaning i,e date,month and year.
Question 2
Mathematical Model that can have set of operations that can be performed on that model is called as _________.
A
None of these
B
Composite Data Type
C
Primitive Data Type
D
Abstract Data Type
Question 3
Abstract data type is representation of data structure in the memory !
A
True
B
False
Question 4
Variable which can be accessed by all modules of the program is called as __________.
A
Auto Variable
B
Static Variable
C
Global Variable
D
Local Variable
Question 5
In what kind of storage we can easily insert,delete,concatenate and rearrange substrings ?
A
Queue
B
Stack
C
Array
D
Linked List
There are 5 questions to complete.