Multiple Choice Questions (MCQS) Data Structures and Algorithms
Multiple Choice Questions (MCQS) Data Structures and Algorithms
Multiple Choice Questions (MCQS) Data Structures and Algorithms
Multiple Choice Questions (MCQs) - Data Structures and Algorithms
Following are the multiple choice questions (MCQs) or objective questions from Data Structures and
Algorithms. The questions are set from the topics such as arrays, records, pointers, linked lists, stacks,
queues, recursion, trees, sorting and searching.
12. The indirect change of the values of a variable in one module by another module is called
a. internal change
b. inter-module change
c. side effect
d. side-module update
13. Which of the following data structure is not linear data structure?
a. Arrays
b. Linked lists
c. Both of above
d. None of above
16. Finding the location of the element with a given value is:
a. Traversal
b. Search
c. Sort
d. None of above
19. Each array declaration need not give, implicitly or explicitly, the information about
a. the name of array
b. the data type of array
c. the first data from the set to be stored
d. the index set of the array
20. The elements of an array are stored successively in memory cells because
a. by this way computer can keep track only the address of the first element and the addresses of
other elements can be calculated
b. the architecture of computer memory does not allow arrays to store other than serially
c. both of above
d. none of above
12. The indirect change of the values of a variable in one module by another module is called
c. side effect
13. Which of the following data structure is not linear data structure?
d. None of above
16. Finding the location of the element with a given value is:
b. Search
19. Each array declaration need not give, implicitly or explicitly, the information about
c. the first data from the set to be stored
20. The elements of an array are stored successively in memory cells because
a. by this way computer can keep track only the address of the first element and the addresses of
other elements can be calculated
Ê