Map and Sorting Algorithms Quiz

Map and Sorting Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

Kuis 4 - Requirement Engineering & Requirement Analysis

Kuis 4 - Requirement Engineering & Requirement Analysis

University

15 Qs

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING

University

20 Qs

Struktur Data: Pohon dan Graf

Struktur Data: Pohon dan Graf

9th Grade - University

15 Qs

JAVA-Day4

JAVA-Day4

University

18 Qs

Python

Python

University

20 Qs

LA 1A 2024 - QUIZ P15

LA 1A 2024 - QUIZ P15

University

17 Qs

H0 - 06 Define la librería Scikit-Learn y Pytorch

H0 - 06 Define la librería Scikit-Learn y Pytorch

University

20 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

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