
Python Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
Shweta Dhareshwar
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following object does not support indexing?
tuple
list
dictionary
set
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following data type is immutable?
list
set
tuple
dictionary
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Which of the following code gives output My friend's house is in Chennai?
Evaluate responses using AI:
OFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What's the main difference between Python lists and tuples?
Lists are faster and tuples are slower.
Lists can hold any data type and tuples can only contain int and str objects.
Lists are mutable and tuples are immutable.
Lists are immutable and tuples are mutable
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How do you assign a tuple of length 1 to the variable a? (Check all that are correct.)
a = 1,
a = tuple(1)
a = 1
a = [1]
a = (1,)
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following are true of Python dictionaries?
Dictionaries can be nested to any depth.
Dictionaries are accessed by key.
A dictionary can contain any object type except another dictionary.
Dictionaries are mutable.
Items are accessed by their position in a dictionary.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
colors = ["red", "green", "burnt sienna", "blue"]
print( "yellow" in color)
What is the result of the yellow in colors expression?
ValueError: 'yellow' is not in list
4
False
3
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz1_HPB2021_2010t1

Quiz
•
1st - 12th Grade
10 questions
Python Programming Structure

Quiz
•
12th Grade
8 questions
Tuple functions

Quiz
•
12th Grade
15 questions
Python Coding Specialist: Quiz Variables and Data Types

Quiz
•
9th Grade - University
14 questions
Data Structures Quiz

Quiz
•
12th Grade
10 questions
Python Concepts Challenge

Quiz
•
12th Grade
10 questions
PCEP 3C: Collect and process data using tuples

Quiz
•
12th Grade
13 questions
Python Fundamentals and Programming

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade