Loops Python

Flashcard
•
Computers
•
9th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will be displayed on the screen when the following code is run?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
print( esports[1] )
Back
Galaga
2.
FLASHCARD QUESTION
Front
What is wrong with the following code? esports = ("Donkey Kong", "Galaga", "Pac Man") esports[1] = "Centipede"
Back
You cannot update an item in a tuple
3.
FLASHCARD QUESTION
Front
Given a list with 3 items, what is the lowest and highest valid index number into that list?
Back
0 and 2
4.
FLASHCARD QUESTION
Front
Given a list named "esports", which of the following statements will access only the first and second items in that list? Options: esports(0:1), esports(0:3), esports[0:2], esports.range(0,2)
Back
esports[0:2]
5.
FLASHCARD QUESTION
Front
What is displayed to the screen when the following code runs?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
esports.reverse()
print(esports)
Back
['Pac Man', 'Galaga', 'Donkey Kong']
6.
FLASHCARD QUESTION
Front
What is displayed to the screen when the following code runs?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
esports.insert(0,"Centipede")
print(esports)
Back
['Centipede', 'Donkey Kong', 'Galaga', 'Pac Man']
7.
FLASHCARD QUESTION
Front
What is displayed on the screen when the following code runs?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
if ("Galaga" in esports):
print("Found it")
else:
print("Not here")
Back
Found it
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
B2 - Unit 9 - Phrasal Verbs and Expressions about Work

Flashcard
•
9th Grade
10 questions
Famous Video Games

Flashcard
•
KG
14 questions
Name that character

Flashcard
•
KG - 9th Grade
13 questions
Video Games

Flashcard
•
9th Grade
10 questions
Juegos

Flashcard
•
KG
12 questions
Retro Games

Flashcard
•
8th Grade
12 questions
Political Parties & Interest Groups

Flashcard
•
10th Grade
11 questions
Video Games

Flashcard
•
KG
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade