Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 7)
In a linear search, what action is performed if the search term is not found in the list?
The algorithm loops again.
The algorithm outputs 'Found'.
The algorithm outputs 'Not found'.
The algorithm stops.
Explanation
The algorithm would indicate that the term was not found.
Comments (0)
