Which is the best definition for a probe sequence?

The order in which collision resolution will visit the slots of the hash table
  • It is another name for a hash function
  • The order in which the hash function will visit the slots of the hash table
  • It is another name for collision resolution

Probing is part of collision resolution.

The probe sequence tells you where to look next.