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 Variables

Quiz
•
7th - 12th Grade
10 questions
Programming in Java

Quiz
•
8th Grade
9 questions
7.MS-ETS3-2 Types of Communication Systems

Quiz
•
6th - 8th Grade
11 questions
Python Code Quiz

Quiz
•
8th - 12th Grade
10 questions
Q&A – Predicting Outcomes of Repetition (Primary 4 – 4CT.05)

Quiz
•
4th Grade - University
14 questions
python.операторы ввода/вывода.переменные

Quiz
•
6th - 8th Grade
10 questions
Year 7 Python Lesson 1 Recap

Quiz
•
8th Grade
12 questions
Mathematical Operators in Python

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade