Search Header Logo
Hashing and Hash Tables

Hashing and Hash Tables

Assessment

Flashcard

Engineering

University

Practice Problem

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

Media Image

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 ?

Media Image

Back

A hash table is an array-based structure used to store pairs.(key and Value)

3.

FLASHCARD QUESTION

Front

Guess the concept?

Media Image

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?

Media Image

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

Media Image

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 ?

Media Image

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?

Media Image

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?