Week 3-4

Week 3-4

University

25 Qs

quiz-placeholder

Similar activities

HT - 07 Identifica principales aplicaciones

HT - 07 Identifica principales aplicaciones

University

20 Qs

Python Study Topics Quiz

Python Study Topics Quiz

University

25 Qs

Eclipse сервлеттері бойынша тест

Eclipse сервлеттері бойынша тест

University

20 Qs

Quiz K Sistem Basis Data Siang

Quiz K Sistem Basis Data Siang

University

20 Qs

Quiz desarrollo app moviles

Quiz desarrollo app moviles

University

20 Qs

Mail Merge Quiz

Mail Merge Quiz

7th Grade - University

24 Qs

Array and Linked  list

Array and Linked list

University

20 Qs

Tes Awal Modul 1_PK

Tes Awal Modul 1_PK

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?