The sequence in which items in a sorted list will be examined in a binary search starts at the middle of the list. It then repeatedly divides in half the portion of the list that could contain the item, until it has narrowed down the possible locations to just one.