The hash function h( k ) = k % 127 would not make a good hash function because:

A. 127 is too close to a power of 2
B. 127 is not a prime number
C. it would be awkward to make an array with only 127 elements
D. All of the above.

A

Computer Science & Information Technology

You might also like to view...

Once a file is named, you cannot use the file as a starting point with a changed file name.

a. true b. false

Computer Science & Information Technology

Which of the following is NOT a method of controlling the Access user interface?

A) Controlling if the Ribbon will be visible B) Controlling the way users navigate to the database C) Setting a password on the database D) Preventing users from editing certain Access objects

Computer Science & Information Technology