Search Header Logo

PFP191 PRT2

Authored by Đỗ Nga

Computers

University

Used 17+ times

PFP191 PRT2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type in Python is used to store an unordered collection of elements?

List

Tuple

Dictionary

Set

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you access an element in a list in Python?

Using parentheses ()

Using square brackets []

Using curly braces {}

Using double quotes ""

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct way to declare a tuple in Python?

my_tuple = [1, 2, 3]

my_tuple = "1, 2, 3"

my_tuple = {1, 2, 3}

my_tuple = (1, 2, 3)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In Python, how do you modify a value in a tuple?

Use the append() method

Use the insert() method

Values in a tuple cannot be modified

Use the replace() method

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type in Python is used to store key-value pairs?

List

Tuple

Dictionary

Set

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a dictionary, what data type can the keys have?

an immutable data type

Only strings

Only integers

Only tuples

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you access a value in a dictionary in Python?

Using square brackets []

Using parentheses ()

Using curly braces {}

Using double quotes ""

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?