Python Quiz for Grade 11 List, Tuple & Strings

Quiz
•
Computers
•
11th Grade
•
Hard
santhiict santhiict
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_list = [1, 2, 3, 4]
print(my_list[-1])
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to add an element to a list?
add()
append()
insert()
extend()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
list1 = [10, 20, 30]
list2 = [40, 50]
list3 = list1 + list2
print(list3)
[10, 20, 30, 40, 50]
[10, 20, 30]
[40, 50, 10, 20, 30]
[[10, 20, 30], [40, 50]]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you try to access a dictionary key that does not exist?
Returns None
Returns 0
Raises a KeyError
Creates a new key
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to get all keys from a dictionary?
dict.keys()
dict.values()
dict.items()
dict.get()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
x = "Dubai"
y = "Dubai"
print(x is y)
True
False
None
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
dict1 = {'a': 1, 'b': 2}
dict2 = dict1
dict2['c'] = 3
print(dict1)
{'a': 1, 'b': 2}
{'a': 1, 'b': 2, 'c': 3}
Error
None
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Errors in Python

Quiz
•
9th - 12th Grade
14 questions
PYTHON DICTIONARIES

Quiz
•
11th Grade
10 questions
Python List Quiz

Quiz
•
11th Grade
10 questions
Списки Python + Pygame

Quiz
•
KG - University
14 questions
9.1.2 - Starter Quiz

Quiz
•
7th - 11th Grade
15 questions
Python Lists

Quiz
•
10th - 12th Grade
10 questions
Python Input/Output

Quiz
•
9th - 12th Grade
14 questions
Python Quiz-Code sample

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
20 questions
Scalars, Vectors & Graphs

Quiz
•
11th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade