HashTables

HashTables

University

8 Qs

quiz-placeholder

Similar activities

DES- Encryption

DES- Encryption

University

8 Qs

Mobile IP and WAP

Mobile IP and WAP

University

10 Qs

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - University

10 Qs

Quiz1

Quiz1

University

8 Qs

Hash Tables

Hash Tables

University

10 Qs

More on Hardware

More on Hardware

University

9 Qs

C - Pointers

C - Pointers

University

10 Qs

Module 2- 3rd Topic

Module 2- 3rd Topic

University

7 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