Completar Frases Linear SearchingVersión en línea Fill in the blanks for linear searching por Steven Rich 1 first end beginning found criteria next position compares match Linear search looks for an item ( called the search within a data list . It starts at the of the list and the search criteria with the item in the list If there is no match , then the item in the list is compared with the search criteria . This continues until a is found or the of the list is reached . Linear search returns either the index / of the item ( search criteria ) or that the item is not in this list .