Hashing 1

Hashing 1

University

11 Qs

quiz-placeholder

Similar activities

Conceptos básicos para blockchain Quiz

Conceptos básicos para blockchain Quiz

University

14 Qs

Chapter 6 (Fundamentals of Cybersecurity

Chapter 6 (Fundamentals of Cybersecurity

University

10 Qs

Java Collections

Java Collections

University

10 Qs

Hashing Search - Data Structures

Hashing Search - Data Structures

University

15 Qs

TIC2001 Recap for Quiz 2

TIC2001 Recap for Quiz 2

University

10 Qs

HashTables

HashTables

University

8 Qs

Blockchain Basics: Algorithm and Techniques

Blockchain Basics: Algorithm and Techniques

University - Professional Development

12 Qs

Encriptación

Encriptación

University

10 Qs

Hashing 1

Hashing 1

Assessment

Quiz

Computers

University

Easy

Created by

Thapanapong Rukkanchanunt

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

DRAW QUESTION

1 min • 1 pt

Draw the Hash Table after (17,A) is inserted.

Resolve collisions by CHAINING!

Media Image

2.

DRAW QUESTION

1 min • 1 pt

Draw the Hash Table after (27,B) is inserted.

Resolve collisions by CHAINING!

Media Image

3.

DRAW QUESTION

1 min • 1 pt

Draw the Hash Table after (37,C) is inserted.

Resolve collisions by CHAINING!

Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of retrieving the value associated with the key 37 from the hash table?

(17,A)

(37,C)

(27,B)

Key not found

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What happens to the hash table after removing the element with key 17?

The element (27,B) is removed from index 3, and the hash table remains unchanged otherwise.

The element (17,A) is removed from index 1, leaving only (37,C) in index 1.

Both (27,B) and (17,A) are removed, leaving (37,C) at index 1.

The element (17,A) is removed from index 1, and (37,C) is shifted to index 2.

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which of the following key-value data will not cause collision when inserting to the given Hash table?

(9,D)

(10,E)

(5,F)

(23,G)

(2,H)

7.

DRAW QUESTION

1 min • 1 pt

Draw a Hash table after (17,A) is inserted.

Resolve collisions by LINEAR PROBING!

Media Image

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?