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.
- binary
- linear
- bubble
- selection
binary
Reason — In binary search, the algorithm uses the middle value of the array for the search operation.