Week 3-4

Week 3-4

University

25 Qs

quiz-placeholder

Similar activities

001

001

University

20 Qs

Test Android

Test Android

University

20 Qs

Python Quiz Girls in ICT Day

Python Quiz Girls in ICT Day

University

20 Qs

Software Engineering Quiz

Software Engineering Quiz

University

26 Qs

Python Fundamentals Assessment

Python Fundamentals Assessment

University

20 Qs

Perangkat Lunak Utilitas

Perangkat Lunak Utilitas

12th Grade - University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

Web Design Basics Quiz

Web Design Basics Quiz

6th Grade - University

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