Sequential Search of an Ordered File
Get the search criterion from the user
Get the first record from the file
While the record is less than the criterion do get the next record
If the record matches the criterion then success else there is no match in the file.
When do we know that there wasn’t a record in the file that matched ?