Hashing Flashcards
1
Q
What are the values returned from a hash function called?
A
- Hash Values
- Hash Codes
- Digests
- Hashes
2
Q
What are the values produced by a hashing function used for?
A
Used to index a fixed size table
3
Q
What is a hash table?
A
The table that holds the hashed indexes
4
Q
What is it called when you use a hash function?
A
Hashing or Scatter Storage Addressing