Hash Tables Quiz

Hash Tables Quiz

University

15 Qs

quiz-placeholder

Similar activities

Tech Quiz - TECHNOHOLICS2K21

Tech Quiz - TECHNOHOLICS2K21

University

20 Qs

CONTROL  CAPITULO 1 -4TA PARTE

CONTROL CAPITULO 1 -4TA PARTE

University

15 Qs

Blockchain Quiz

Blockchain Quiz

5th Grade - Professional Development

15 Qs

RANDOM QUIZ

RANDOM QUIZ

University

10 Qs

Statistics (descriptive)

Statistics (descriptive)

University

14 Qs

CHAPTER 12 YGY

CHAPTER 12 YGY

University

10 Qs

INTRO Encryption and Decryption Quiz

INTRO Encryption and Decryption Quiz

University

20 Qs

Coding Challenge Round 1

Coding Challenge Round 1

University

10 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?