Home »
MCQs »
DBMS MCQs »
DBMS Dynamic Hashing MCQs
Which of the following comes in the steps of search a key?
5. Which of the following comes in the steps of search a key?
- Using the key's hash address, calculate the address.
- In the directory, i refers to the number of bits used.
- Take the i bits of the hash address that are the least significant.
- All of the above
Answer: D) All of the above
Explanation:
The steps that come in the search of a key -
- Using the key's hash address, calculate the address.
- In the directory, i refers to the number of bits used.
- Take the i bits of the hash address that are the least significant.