Hash Table and Sorting Algorithms Quiz

Hash Table and Sorting Algorithms Quiz

University

10 Qs

quiz-placeholder

Similar activities

DSA (QUIZ 7) -Greedy Algorithms and Complexity Analysis

DSA (QUIZ 7) -Greedy Algorithms and Complexity Analysis

University

15 Qs

Arrays in CQuiz

Arrays in CQuiz

1st Grade - University

10 Qs

Tut05

Tut05

University

11 Qs

Структурированный тип данных массив

Структурированный тип данных массив

10th Grade - University

11 Qs

Quiz Struktur Data

Quiz Struktur Data

University

10 Qs

Computer Programming I Finals

Computer Programming I Finals

University

11 Qs

แข่งขันcodingม.ปลาย

แข่งขันcodingม.ปลาย

12th Grade - University

15 Qs

 uji coba Strategi Algoritma dan Pemrograman

uji coba Strategi Algoritma dan Pemrograman

11th Grade - University

15 Qs

Hash Table and Sorting Algorithms Quiz

Hash Table and Sorting Algorithms Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Yasmin Kandil

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity for searching, inserting, and deleting elements in a hashtable (in the average case)?

O(1)

O(log n)

O(n)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function that determines the index of a key in a hashtable?

Sorting function

Mapping function

Hash function

Compression function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In open addressing, which collision resolution technique involves searching for the next available slot in a linear fashion?

Quadratic probing

Double hashing

Linear probing

Random probing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a desirable property of a good hash function?

It should be deterministic.

It should minimize collisions.

It should map similar keys to the same hash value.

It should distribute keys uniformly across the table.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a hashtable?

Sorting data

Storing data for quick retrieval

Compressing data

Securing data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of mergesort in the worst case?

O(n²)

O(n log n)

O(log n)

O(n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mergesort is an example of which algorithmic paradigm?

Dynamic programming

Divide and conquer

Greedy algorithm

Backtracking

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?