Right choice is (b) A function that computes the location of the key in the array
Easy explanation - In a hash table, there are fewer array positions than the keys, so the position of the key in the array has to be computed, this is done using the hash function.