Hash Tables Quiz

Hash Tables Quiz

University

15 Qs

quiz-placeholder

Similar activities

The Grinch

The Grinch

1st Grade - Professional Development

10 Qs

Lecture 3 - Financial Modelling Excel

Lecture 3 - Financial Modelling Excel

University

10 Qs

 Cryptography

Cryptography

University

15 Qs

Reimann Sum

Reimann Sum

10th Grade - University

20 Qs

E-TECH QUIZ 4.2

E-TECH QUIZ 4.2

11th Grade - University

15 Qs

Unit 2: Cryptography

Unit 2: Cryptography

University

20 Qs

Bases de datos NoSQL

Bases de datos NoSQL

University

13 Qs

Ceres

Ceres

University

20 Qs

Hash Tables Quiz

Hash Tables Quiz

Assessment

Quiz

Other

University

Medium

Created by

Richard Kipling

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the goal of a hash table?

To compare items in a data set

To store all the data items

To immediately find an item without comparing other items

To implement a dictionary data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a hashing function used for?

To calculate the position of an item in a hash table

To determine the size of a hash table

To compare items in a data set

To implement a dictionary data structure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a collision in a hash table?

When two data items have the same hash value

When a hash table is too small to store all the data items

When a hashing function takes too long to calculate

When a hash table is empty

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a disadvantage of linear probing?

It prevents other items from being stored in their correct location

It requires a large amount of memory

It results in a high number of collisions

It is a slow method of resolving collisions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is rehashing in a hash table?

Finding an alternative position for items in the hash table

Using a two-dimensional hash table

Storing items in a linked list

Searching sequentially in an overflow table

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is chaining in a hash table?

Storing items in a linked list

Using a two-dimensional hash table

Searching sequentially in an overflow table

Finding an alternative position for items in the hash table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the typical use of a hash table?

Linking a file name to the file path

Sorting a large dataset

Performing calculations on a data set

Creating a dictionary data structure

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?