ICSE Class 10 Computer Applications
Question 12 of 30
Solved Sample Paper 3 — Question 12
Back to all questions 12
Question Question 1(xii)
A binary search
- can be used with sorted arrays only.
- can be used with unsorted arrays only.
- can be used with both sorted and unsorted arrays.
- cannot be used with arrays.
can be used with sorted arrays only.
Reason — A binary search can be used with sorted arrays only.