Hashing and Hash Tables

Hashing and Hash Tables

Assessment

Flashcard

Engineering

University

Easy

Created by

Priya Nakate-Metri

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

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++).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?