The answer to this question is linear search. Linear search is a method of finding an item in the list. Linear search is also known as a sequential search. In this kind of method, this is a search method where in all elements are being searched in order to find the desired element or value.