Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

If h is any hashing function and is used to hash n keys in to a table of size m, where n<=m, the expected number of collisions involving a particular key x is :

a) Less than 1
b) Less than n
c) Less than m
d) Less than n/2

Answer: a
Explanation: Hashing is also a method of sorting key values in a database table in an efficient manner.

Join The Discussion