Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 4 (Q.No. 5)
5.
A hashing scheme is used with
sequential file organization
direct file organization
indexed sequential file organization
partitioned file organization
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Shewangizaw Bogale said:   8 years ago
Hashing is the transformation of a string of characters into a usually shorter fixed-length value.

Hashing is used to index and retrieve items in a database because it is faster to find the item using the shorter hashed key than to find it using the original value. It is also used in many encryption algorithms.
(1)

Imadgohar92 said:   10 years ago
Hash is a an algorithm used for the security of data. It can't be reversed on way mechanism.

Sarwesh said:   1 decade ago
What is hashing scheme?

Post your comments here:

Your comments will be displayed after verification.