What is wrong with the following attempt to initialize a list?
data = ["hockey", 4, False]
Chapter 6- Lists and Loops
Quiz
•
Computers
•
9th Grade
•
Hard
Sarbagya Malla
Used 30+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is wrong with the following attempt to initialize a list?
data = ["hockey", 4, False]
You should be using parentheses ( ) to surround the items in a list
Nothing, this will work correctly
The "=" sign
You cant have a list with different data types
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be displayed on the screen when the following code is run?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
print( esports[1] )
Syntax error; you can't access individual list items this way
Pac Man
Donkey Kong
Galaga
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is wrong with the following code?
esports = ("Donkey Kong", "Galaga", "Pac Man")
esports[1] = "Centipede"
The [1] notation after the variable name is not valid
Nothing; this will work fine
You cannot update an item in a tuple ( Tuples are surrounded by "(" and ")"
The item at index 1 does not exist
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a list with 3 items, what is the lowest and highest valid index number into that list?
1 and 2
0 and 2
1 and 3
0 and 3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a list named "esports", which of the following statements will access only the first and second items in that list?
esports(1:2)
esports(0:3)
esports[0:2]
esports(0:1)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is displayed on the output screen when the following code runs?
esports = ("Donkey Kong", "Galaga", "Pac Man")
print(len(esports))
3
('Donkey Kong', 'Galaga', 'Pac Man')
esports
Error; the len() function will not work on a tuple
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is displayed to the screen when the following code runs?
esports = ["Donkey Kong", "Galaga", "Pac Man"]
esports.insert(0,"Centipede")
print(esports)
['Centipede', 'Galaga', 'Pac Man']
['Centipede', 'Centipede', 'Centipede']
['Centipede', 'Donkey Kong', 'Galaga', 'Pac Man']
['Donkey Kong', 'Galaga', 'Pac Man', 'Centipede']
25 questions
QUIZ SIAP USEK 1
Quiz
•
9th Grade
21 questions
The Video game quiz
Quiz
•
KG - University
15 questions
KKHP Roblox Game Development Quiz
Quiz
•
4th - 12th Grade
15 questions
Jogos Eletrônicos
Quiz
•
1st - 12th Grade
16 questions
Mindent (is) a FIRST ® LEGO ® League-ről!
Quiz
•
1st - 12th Grade
20 questions
VIDEOJUEGOS-CMSB
Quiz
•
1st Grade - Professio...
20 questions
Intellectual Property Rights
Quiz
•
9th Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade
25 questions
Spanish preterite verbs (irregular/changed)
Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)
Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance
Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1
Quiz
•
9th - 12th Grade
26 questions
June 19th
Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review
Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes
Quiz
•
9th - 12th Grade