Question 768 Which layer connects the network support layers and user support layers? A Transport layer B Network layer C Data link layer D Session layer […]
Consider a hash table with 9 slots. The hash function is h(k) = k mod 9. The collisions are resolved by chaining. The following 9 keys are inserted in […]
In which of the following hash functions, do consecutive keys map to consecutive hash values? Correct Answer: A Question 25 Explanation: Division method: X mod N. […]