
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
13 questions
Python Fundamentals and Programming

Quiz
•
11th - 12th Grade
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
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade