Hashing - Study Mode

[#96] In simple chaining, what data structure is appropriate?
Correct Answer

(B) Doubly linked list

[#97] Which of the following operations are done in a hash table?
Correct Answer

(C) Insert and search

[#98] Interpret the given character string as an integer expressed in suitable radix notation. Character string = pt
Correct Answer

(D) 14452

[#99] Which of the following problems occur due to linear probing?
Correct Answer

(A) Primary collision

[#100] Collision is caused due to the presence of two keys having the same value.
Correct Answer

(A) True