Respuesta :
Answer:
A Linear Search (aka: Sequential Search)
Explanation:
A linear search examines the first item to see if it is a match, then the second, and so on, in a "sequential" manner!
:)
A linear search examines the first item to see if it is a match, then the second, and so on.
What is linear search?
This is known to be the most straightforward kind of searches that is known to be done in a sequential manner.
Example is looking at a phonebook and finding names such as the first "Smith". Therefore, A linear search examines the first item to see if it is a match, then the second, and so on.
Learn more about linear search from
https://brainly.com/question/26533500
#SPJ2