HashTables

HashTables

University

8 Qs

quiz-placeholder

Similar activities

Hash table

Hash table

University

7 Qs

Rapid Round 1

Rapid Round 1

University

10 Qs

U0. Dynamic Data Structures

U0. Dynamic Data Structures

University

12 Qs

Quiz No. 2.2 Hash Tables

Quiz No. 2.2 Hash Tables

University

12 Qs

B+/Hashing Review

B+/Hashing Review

University

13 Qs

DBMS - Hash Indexing

DBMS - Hash Indexing

University

10 Qs

Hashing

Hashing

University

10 Qs

hashing+fracKnapsack

hashing+fracKnapsack

University

12 Qs

HashTables

HashTables

Assessment

Quiz

Computers

University

Medium

Created by

Shiny Verghese

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the status after adding 7

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the status after adding 10

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

when an algorithm generates the same address for different primary keys it is known as

Knock

Bang

Collisions

DoubleHash

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Address <----- key MOD(numberOfSlots)

IF KEY = 5432 and numberOfSlots = 100

Address = ?

5

4

32

5432

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Address <----- key MOD(numberOfSlots)

IF KEY = 5432 and numberOfSlots = 1000

Address = ?

5

432

543

5432

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A hash table is

an abstract data structure

an array

an integer

made of pine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hashing gives each item

A sequential address

A logarithmic address

No address

A unique address

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Explain 'Delete' in HashTables

The value is removed and the slot is made completely empty

The location is available with no history

The location is empty

The location is empty and marked with an indication that it used to store a value