Open In App

Algorithms | Searching | Question 1

Linear search is also called——

(A)



Random Search

(B)



Sequential search

(C)

Perfect search

(D)

None


Answer: (B)
Explanation:

Linear Search is defined as a sequential search algorithm that starts at one end and goes through each element of a list until the desired element is found, otherwise, the search continues till the end of the data set.

Hence Option (B) is the correct answer.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :