Data%20Structure

  • Home -
  • Data%20Structure

Data%20Structure - Topic Wise Multiple Choice Questions (MCQ)

Data%20Structure%20DS%20MCQ%20for%20Specialist%20Officer%20exam%20freshers%20interview%20Practice%20Multiple%20Choice%20DS%20Interview%20%20Questions%20and%20answer%20for%20MNC%20IT%20Job%20SO%20Exam



1 )

Two main measures for the efficiency of an algorithm are

Processor and memory
Complexity and capacity
Time and space
Data and space


View Solution



2 )

The time factor when determining the efficiency of algorithm is measured by

Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm


View Solution



3 )

The space factor when determining the efficiency of algorithm is measured by

Counting the maximum memory needed by the algorithm
Counting the minimum memory needed by the algorithm
Counting the average memory needed by the algorithm
Counting the maximum disk space needed by the algorithm


View Solution



4 )

Which of the following case does not exist in complexity theory

Best case
Worst case
Average case
Null case


View Solution



5 )

The Worst case occur in linear search algorithm when

Item is somewhere in the middle of the array
Item is not in the array at all
Item is the last element in the array
Item is the last element in the array or is not there at all


View Solution