1. A hash function must have the following properties - The hash function should depend somehow on the entire key! - The hash function should change significantly even when the input changes slightly And ... one more. What is it? 2. True/False The sum of the ASCII character values makes a good hash of a string.