Linear search is also called **** search because it checks the items one by one.

Linear search can be easily implemented using a **** loop to iterate through the items in the list.

The linear search algorithm starts at the **** of the list and checks each item in turn until the target item is found.