1.

Define Hashing?

Answer»

Hashing is the transformation of string of CHARACTERS into a usually shorter fixed LENGTH value or key that represents the original string. Hashing is used to index and retrieve items in a DATABASE because it is faster to FIND the item using the short hashed key than to find it using the original value.

Hashing is the transformation of string of characters into a usually shorter fixed length value or key that represents the original string. Hashing is used to index and retrieve items in a database because it is faster to find the item using the short hashed key than to find it using the original value.



Discussion

No Comment Found