They all seem to be examples of linear search. According to the Wikipedia article:
It sequentially checks each element of the list for the target value until a match is found or until all the elements have been searched.
7
solved Does this algorithm have a name? [closed]