Suppose we are implementing quadratic probing with a hash function
Hash( X ) = X mod 100 . If an element with key 4592 is inserted and the
first three locations attempted are already occupied, then the next cell
that will be tried is
a. 0
b. 1
c. 9
d. 95
e. none of the above
B
Computer Science & Information Technology
You might also like to view...
The Format Painter is located on the ________ tab
A) Insert B) Format C) Design D) Home
Computer Science & Information Technology
MC To select specific fields from a table, replace the asterisk in a SELECT query with a________list of the field names to select.
a) comma-separated. b) semicolon-separated. c) hyphen-separated. d) None of the above.
Computer Science & Information Technology