Map and Sorting Algorithms Quiz

Map and Sorting Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

Power BI Quiz (Beginner Level)

Power BI Quiz (Beginner Level)

University

15 Qs

Kelas 9 - Halaman 23 (UH Bab 1)

Kelas 9 - Halaman 23 (UH Bab 1)

9th Grade - University

20 Qs

Java Basics Quiz for CH/PT Students

Java Basics Quiz for CH/PT Students

University

16 Qs

Machine Learning Quiz

Machine Learning Quiz

University

17 Qs

MS2024 Pre-Quiz #5

MS2024 Pre-Quiz #5

University

20 Qs

 uji coba Strategi Algoritma dan Pemrograman

uji coba Strategi Algoritma dan Pemrograman

11th Grade - University

15 Qs

ALPRO 05/12-2024

ALPRO 05/12-2024

University

20 Qs

DATA STRUCTUIR Quiz1 (AIML)

DATA STRUCTUIR Quiz1 (AIML)

University

20 Qs

Map and Sorting Algorithms Quiz

Map and Sorting Algorithms Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ілияс Тілепалды

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the del statement do in the context of a map?

Deletes the entire map

Deletes a key-value pair given a key

Clears the map only if it’s empty

Returns the value being deleted

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does len() return when used on a map?

The number of characters in all keys

The length of the longest key

The number of key-value pairs in the map

The number of values greater than zero

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression key in map?

The key is removed if it exists

Returns True if the key exists in the map

Adds the key if it's missing

Throws an error if the key doesn’t exist

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have the following list to sort using Bubble Sort: [19, 1, 9, 7, 3, 10, 13, 15, 8, 12] Which list represents the partially sorted list after three complete passes of bubble sort?

[1, 9, 19, 7, 3, 10, 13, 15, 8, 12]

[1, 3, 7, 9, 10, 8, 12, 13, 15, 19]

[1, 7, 3, 9, 10, 13, 8, 12, 15, 19]

[1, 9, 19, 7, 3, 10, 13, 15, 8, 12]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have the list: [11, 7, 12, 14, 19, 1, 6, 18, 8, 20] Which list represents the partially sorted list after three complete passes of Selection Sort?

[7, 11, 12, 1, 6, 14, 8, 18, 19, 20]

[7, 11, 12, 14, 19, 1, 6, 18, 8, 20]

[11, 7, 12, 13, 1, 6, 8, 18, 19, 20]

[11, 7, 12, 14, 8, 1, 6, 18, 19, 20]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have the list: [15, 5, 4, 18, 12, 19, 14, 10, 8, 20] Which list represents the partially sorted list after three complete passes of Insertion Sort?

[4, 5, 12, 15, 14, 10, 8, 18, 19, 20]

[15, 5, 4, 10, 12, 8, 14, 18, 19, 20]

[4, 5, 15, 18, 12, 19, 14, 10, 8, 20]

[15, 5, 4, 18, 12, 19, 14, 8, 10, 20]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following list of numbers: [21, 1, 26, 45, 29, 28, 2, 9, 16, 49, 39, 27, 43, 34, 46, 40] Which answer illustrates the list to be sorted after 3 recursive calls to Merge Sort?

[16, 49, 39, 27, 43, 34, 46, 40]

[21, 1]

[21, 1, 26, 45]

[21]

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?