Quick LIsts Recap

Quiz
•
Computers
•
8th Grade
•
Medium
Dave Gwilt
Used 66+ times
FREE Resource
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
Similar Resources on Wayground
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
10 questions
MOAC Excel 2016 Lesson 03

Quiz
•
8th - 12th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
12 questions
Python Quiz - Basics & Turtle

Quiz
•
3rd - 8th Grade
8 questions
User Input in Python

Quiz
•
8th Grade
16 questions
Program Development - Python: Code Basics 1

Quiz
•
8th - 10th Grade
10 questions
9-сынып. Python массив.

Quiz
•
1st - 9th Grade
10 questions
Python list and tuple

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade