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

Python for loop/lists

Python for loop/lists

9th Grade - University

15 Qs

TIK KELAS 9

TIK KELAS 9

9th Grade - University

20 Qs

DSA (Quiz 4) - Trees

DSA (Quiz 4) - Trees

University

20 Qs

Java Basics Quiz for CH/PT Students

Java Basics Quiz for CH/PT Students

University

16 Qs

ITCC104: QUIZ 2 (Finals Term)

ITCC104: QUIZ 2 (Finals Term)

University

15 Qs

Java Basics, operators and variables (CH/PT)

Java Basics, operators and variables (CH/PT)

University

16 Qs

Titanic Challenge

Titanic Challenge

University

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