Data Structure and Algorithm MCQ
Data Structure and Algorithm MCQ
Data Structure and Algorithm MCQ
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
a. elementary items
b. atoms
c. scalars
d. all of above
b. data elements in linked list need not be stored in adjacent space in memory
d. linked lists are collection of the nodes that contain information part and next pointer
a. FAEKCDBHG
b. FAEKCDHGB
c. EAFKHDCBG
d. FEAKDCHBG
a. floor address
b. foundation address
c. first address
d. base address
a. An array is suitable for homogeneous data but the data items in a record may have different
data type
d. All of above
b. LIFO list
c. Piles
d. Push-down lists
a. linear arrays
b. linked lists
c. both of above
d. none of above
a. array
b. lists
c. stacks
d. all of above
10. The memory address of fifth element of an array can be calculated by the formula
d. None of above
a. tables arrays
b. matrix arrays
c. both of above
d. none of above
12. When new data are to be inserted into a data structure, but there is no available space; this
situation is usually called
a. underflow
b. overflow
c. housefull
d. saturated
a. underflow
b. overflow
c. housefull
d. saturated
15. Which of the following data structure can’t store the non-homogeneous data elements?
a. Arrays
b. Records
c. Pointers
d. None
16. Which of the following data structure store the homogeneous data elements?
a. Arrays
b. Records
c. Pointers
d. None
b. requirement of sorted array is expensive when a lot of insertion and deletions are needed
d. binary search algorithm is not efficient when the data elements are more than 1000.
d. pointer array
19. A data structure where elements can be added or removed at either end but not in the
middle
a. Linked lists
b. Stacks
c. Queues
d. Deque
20. Which of the following is not the required condition for binary search algorithm?
b. there should be the direct access to the middle element in any sublist