Unit 6 practice Lists, no loops

Quiz
•
Computers
•
12th Grade
•
Easy
Mrs. Mosier
Used 4+ times
FREE Resource
12 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a = [3, 5, 1, 0, 2] b = ["a", "c", "x", "y"]
#1 What is the output of print( a[2])?
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a[0] = a[1]
print(a)
Use square brackets and NO spaces.
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b[3] = "w"
print(b)
Use square brackets and NO spaces, Use QUOTES
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
b.append("m")
print(b)
Use square brackets and NO spaces, Use QUOTES
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.pop(2)
print(a)
Use square brackets and NO spaces.
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
a.remove(0)
print(a)
Use square brackets and NO spaces.
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
val = b.index("c")
print(val)
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Python U2M3 Test

Quiz
•
9th - 12th Grade
12 questions
Python list starter

Quiz
•
10th Grade - University
17 questions
Tracing Loops in Java

Quiz
•
12th Grade
15 questions
PYTHON PROGRAMMING

Quiz
•
11th - 12th Grade
15 questions
Conditionals Unit Quiz

Quiz
•
9th Grade - University
11 questions
Python Inputs

Quiz
•
9th - 12th Grade
15 questions
Selection Quiz 2

Quiz
•
12th Grade
10 questions
พื้นฐานภาษาไพทอน-2-คำสั่ง Print

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade