Home

Data Structure MCQ Question with Answer

Data Structure MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Data Structure MCQ Question Answer PDF

Try Data Structure Mock Test

Question No : 50
Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called

elementary items
atoms
scalars
all of above

Question No : 51
Which of the following is two way list?

grounded header list
circular header list
linked list with header and trailer nodes
none of above

Question No : 52
Which of the following statement is false?

Arrays are dense lists and static data structure
data elements in linked list need not be stored in adjacent space in memory
pointers store the next data element of a list
linked lists are collection of the nodes that contain information part and next pointer

Question No : 53
When inorder traversing a tree resulted E A C K F H D B G; the preorder traversal would return

FAEKCDBHG
FAEKCDHGB
EAFKHDCBG
FEAKDCHBG

Question No : 54
The memory address of the first element of an array is called

floor address
foundation address
first address
base address

Question No : 55
The difference between linear array and a record is

An array is suitable for homogeneous data but the data items in a record may have different data type
In a record, there may not be a natural ordering in opposed to linear array.
A record form a hierarchical structure but a linear array does not
All of above

Question No : 56
Which of the following name does not relate to stacks?

FIFO lists
LIFO list
Piles
Push-down lists

Wanna test your skill? Here are some exams we prepared for you. So if you need to test your skill just attempt any exam from bellow.

Exam Name No. Of Q Link
Computer set 1 30 Start
Computer set 2 30 Start
Computer set 3 30 Start
Computer set 4 30 Start
Computer set 5 30 Start
Computer set 6 30 Start
Computer set 7 30 Start
Computer set 8 30 Start
Computer set 9 30 Start
Computer set 10 30 Start
Computer set 11 30 Start
Computer set 12 30 Start