when searching for an item, these steps are followed
1. apply the hashing algorithm to the key field of the item
2. examine the resulting cell in the list
3. the item is there, return the item
4. the cell is empty, the item is not in the table
5. there is another item in that spot, keep moving forward until either the item is found or a blank cell is encountered, when it is apparent that the item is not in the table