The simple mod hash function makes use of:

"The low order digits or bits in the key"
  • "The high order digits or bits in the key"
  • "The middle digits or bits of the key"
  • "All of the digits or bits in the key"
Think of taking a three-digit number mod 10. What digit is used?
Second hint!