Week 3-4

Week 3-4

University

25 Qs

quiz-placeholder

Similar activities

Software Engineering Quiz

Software Engineering Quiz

University

26 Qs

Pyhton Debugging Questions

Pyhton Debugging Questions

University

25 Qs

PTS Genap Informatika Kelas XI

PTS Genap Informatika Kelas XI

11th Grade - University

20 Qs

Understanding Linux File Permissions

Understanding Linux File Permissions

10th Grade - University

20 Qs

GDG ANDROID BOOTCAMP QUIZ

GDG ANDROID BOOTCAMP QUIZ

University

20 Qs

Công nghệ web Full text search

Công nghệ web Full text search

University

20 Qs

Pandas MCQ Quiz

Pandas MCQ Quiz

12th Grade - University

30 Qs

Test Android

Test Android

University

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