ICSE Class 10 Computer Applications Question 12 of 30

Solved Sample Paper 4 — Question 12

Back to all questions
12
Question

Question 1(xii)

A linear search

  1. can be used with sorted arrays only.
  2. can be used with unsorted arrays only.
  3. can be used with both sorted and unsorted arrays.
  4. cannot be used with arrays.
Answer

can be used with both sorted and unsorted arrays.

Reason — A linear search can be used with both sorted and unsorted arrays.