Question: What is the effect of a poor hash function on a hash table?
Options:
Correct Answer: More collisions and decreased performance
Solution:
A poor hash function can lead to more collisions, which decreases the performance of the hash table due to longer search times.