adplus-dvertising
frame-decoration

Question

Which of the following is the worst hash function among the given choices

a.

The sum of the digits modulo 8

b.

The sum of the digits modulo 2

c.

The sum of the digits modulo 5

d.

The sum of the digits

Posted under Indexing and Hashing DBMS

Answer: (d).The sum of the digits

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is the worst hash function among the given choices

Similar Questions

Discover Related MCQs

Q. State true or false: Hash indices are only primary index structures

Q. Dynamic hashing allows us to?

Q. Dynamic hashing is also called as _________

Q. Which of the following operations can be performed on an extendable hash structure?

Q. The space overhead in dynamic hashing is ________ than that of static hashing

Q. Which of the following is a disadvantage of the dynamic hashing structure

Q. The form of dynamic hashing that avoids the additional level of indirection is called as _________

Q. Hash structures are not the best choice for which of the following?

Q. Which of the following is an issue that needs to be considered while choosing an indexing technique?

Q. Which of the following hash function classifies data into least number of buckets?

Q. Which of the following hash function classifies data into the highest number of buckets ?

Q. A bitmap is _______

Q. A _________ on the attribute A of relation r consists of one bitmap for each value that A can take

Q. Intersection of the bitmaps is done by

Q. What does an existence bitmap do?

Q. The complement operation in bitmaps is done by using

Q. State true or false: Bitmaps can be combined with B+ trees

Q. We create an index in SQL using _______ command

Q. We delete and index in SQL using the ________ command

Q. State true or false: Intersection operations are extremely slow on bitmaps