
Hashing and Hash Tables
Flashcard
•
Engineering
•
University
•
Practice Problem
•
Easy
Priya Nakate-Metri
Used 1+ times
FREE Resource
Student preview

12 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Name it
Back
Hashing is a method of directly computing the address of the record with the help of a key by using a suitable mathematical function called the hash function.
2.
FLASHCARD QUESTION
Front
What it represent ?
Back
A hash table is an array-based structure used to store pairs.(key and Value)
3.
FLASHCARD QUESTION
Front
Guess the concept?
Back
A 'hash bucket' refers to a storage unit within a hash table where data elements are stored after being hashed using a hash function.
4.
FLASHCARD QUESTION
Front
What is this?
Back
The hash function may return the same hash value for two or more keys. When two or more keys have the same hash value, a collision happens
5.
FLASHCARD QUESTION
Front
guess the picture
Back
Open addressing
Linear probing
Quadratic probing
Double hashing
Separate chaining (or linked list)
Bucket hashing (Closed Addressing)
6.
FLASHCARD QUESTION
Front
Guess the concept ?
Back
Overflow occurs when the hash table is full or when the probing sequence cannot find an empty slot due to clustering or other issues.
7.
FLASHCARD QUESTION
Front
Guess the method?
Back
One simple choice for a hash function is to use the modulus division indicated as MOD (the operator % in C/C++).
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?