ICSE Class 10 Computer Applications Question 12 of 30

Solved Sample Paper 2 — Question 12

Back to all questions
12
Question

Question 1(xii)

In ............... search, the algorithm uses the middle value of the array for the search operation.

  1. binary
  2. linear
  3. bubble
  4. selection
Answer

binary

Reason — In binary search, the algorithm uses the middle value of the array for the search operation.