Answer:
Beginning, transposition, move-to-thr-front, middle.
Step-by-step explanation:
Sequential search is a search algorithm that goes through the items in an array of list one at a time to get the searched item. The algorithm starts from the beginning of the list, comparing each items in the list with the searched term.