Week 3-4

Week 3-4

University

25 Qs

quiz-placeholder

Similar activities

Codean SpringBoot - JWT

Codean SpringBoot - JWT

University

25 Qs

BMW X5

BMW X5

University

25 Qs

OS quiz

OS quiz

University

25 Qs

Python Fundamentals Assessment

Python Fundamentals Assessment

University

20 Qs

Python Quiz

Python Quiz

University

23 Qs

E5-1 Data Processing  CE2

E5-1 Data Processing CE2

9th Grade - University

21 Qs

Test Android

Test Android

University

20 Qs

Software Engineering Quiz

Software Engineering Quiz

University

26 Qs

Week 3-4

Week 3-4

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Zamart Ramazanova

Used 14+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of min([5, 3, 8])?

8

5

3

None

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement about a dictionary is correct?

Keys must be immutable

Keys can be mutable

Values must be immutable

Values cannot be duplicated

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the "symmetric_difference()" method do in sets?

Finds the common elements between two sets

Finds the difference between two sets

Finds elements not shared by two sets

None of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is used to combine two sets?

union()

combine()

append()

add()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does "tuple()" do?

Converts a list into a tuple

Converts a tuple into a list

Converts a string into a list

None of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the "clear()" method do in a dictionary?

Deletes all elements in a dictionary

Deletes a specific key-value pair

  • Creates a new dictionary

  • None of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you check if a key exists in a dictionary?

key in dictionary

dictionary.has_key(key)

dictionary.contains(key)

dictionary.key_exists(key)

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?