Quick LIsts Recap
Quiz
•
Computers
•
8th Grade
•
Practice Problem
•
Medium
Dave Gwilt
Used 66+ times
FREE Resource
Enhance your content in a minute
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7, 9]
print( x[1] )
3
4
7
9
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7, 9]
x.pop(3)
print( x )
[4, 7, 9]
[3, 7, 9]
[3, 4, 9]
[3, 4, 7]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7]
x.append(1)
print( x )
[1, 3, 4, 7]
[3, 4, 7, 1]
[31, 41, 71]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be printed?
x = [3, 4, 7]
x.append(1)
x.sort()
print( x )
[1, 3, 4, 7]
[3, 4, 7, 1]
[31, 41, 71]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 4, 6, 8, 10 ] is printed?
x = [2, 4, 6, 8, 10]
x.____(2)
print(x)
pop
remove
append
sort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 2, 4, 8, 10 ] is printed?
x = [2, 4, 6, 8, 10]
x.____(2)
print(x)
pop
remove
append
sort
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the missing word so that [ 2, 4, 6, 8, 10 ] is printed?
x = [2, 4, 6, 8]
x.____(10)
print(x)
pop
remove
append
sort
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
12 questions
Code.org (Introdução à programação)
Quiz
•
5th - 9th Grade
10 questions
Python ծրագրավորման լեզու
Quiz
•
7th - 10th Grade
10 questions
演算法
Quiz
•
7th - 9th Grade
9 questions
KS3 Data Representation R1 Bits Nibbles Bytes
Quiz
•
8th Grade
8 questions
IC3 GS6 Level 1 - BÀI 26: CÁC THAO TÁC ĐỊNH DẠNG TRONG VĂN BẢN
Quiz
•
6th - 8th Grade
16 questions
Apresentações Google - Final
Quiz
•
1st - 10th Grade
13 questions
ICT and Retail Industry
Quiz
•
8th - 12th Grade
15 questions
Coding Quiz
Quiz
•
6th - 10th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
