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 ___________.
Dynamic Data | |
Textual Data | |
Composite Data | |
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 _________.
None of these | |
Composite Data Type | |
Primitive Data Type | |
Abstract Data Type |
Question 3 |
Abstract data type is representation of data structure in the memory !
True | |
False |
Question 4 |
Variable which can be accessed by all modules of the program is called as __________.
Auto Variable | |
Static Variable | |
Global Variable | |
Local Variable |
Question 5 |
In what kind of storage we can easily insert,delete,concatenate and rearrange substrings ?
Queue | |
Stack | |
Array | |
Linked List |
There are 5 questions to complete.