| 21. |
What is a hash table?
|
||||||||
|
Answer:
Option (b) |
| 22. |
If several elements are competing for the same bucket in the hash table, what is it called?
|
||||||||
|
Answer:
Option (c) |
| 23. |
What is direct addressing?
|
||||||||
|
Answer:
Option (a) |
| 24. |
What is a hash function?
|
||||||||
|
Answer:
Option (b) |
| 25. |
Which of the following is not a technique to avoid a collision?
|
||||||||
|
Answer:
Option (d) |
| 26. |
In simple chaining, what data structure is appropriate?
|
||||||||
|
Answer:
Option (b) |
| 27. |
The case in which a key other than the desired one is kept at the identified location is called?
|
||||||||
|
Answer:
Option (b) |
| 28. |
Which of the following is not a collision resolution technique?
|
||||||||
|
Answer:
Option (d) |
| 29. |
Which of the following operations are done in a hash table?
|
||||||||
|
Answer:
Option (c) |