PFP191 PRT2

PFP191 PRT2

University

50 Qs

quiz-placeholder

Similar activities

IPT - Quiz 1

IPT - Quiz 1

University

50 Qs

AHJ: U6 Data Privacy and Security

AHJ: U6 Data Privacy and Security

12th Grade - University

50 Qs

Python MCQ Question Sheet

Python MCQ Question Sheet

University

50 Qs

Python Programming Quiz

Python Programming Quiz

11th Grade - University

50 Qs

DFH Class XII

DFH Class XII

12th Grade - Professional Development

46 Qs

Python Quiz

Python Quiz

University

50 Qs

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

12th Grade - University

45 Qs

Information Technology Fundamentals Pre-Assessment

Information Technology Fundamentals Pre-Assessment

9th Grade - University

49 Qs

PFP191 PRT2

PFP191 PRT2

Assessment

Quiz

Computers

University

Easy

Created by

Đỗ Nga

Used 16+ times

FREE Resource

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 ""

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?