Module 08 - Lists

Quiz
•
Computers
•
10th Grade
•
Hard
Casey Devet
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following correctly creates a list?
names = "John", "Paul", "George", "Ringo"
names = {"John", "Paul", "George", "Ringo"}
names = ["John", "Paul", "George", "Ringo"]
names = ["John" "Paul" "George" "Ringo"]
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
True or False:
A list can only store numbers or strings.
True
False
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
True or False:
The first element in a list has index 1.
True
False
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which command will print "Davey"?
print(students)
print(students[3])
print(students[4])
print(students[5])
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the index of the last element of this list?
0
4
5
6
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which command will replace "Betty" with "Bobby" in the list?
students["Betty"] = "Bobby"
students[3] = "Betty"
students[2] = "Bobby"
students[1] = "Bobby"
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be printed if name has the value "Joe"?
ABC
XYZ
ABC
XYZ
Nothing
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
1.1.4 Fetch Decode Execute Cycle

Quiz
•
1st - 10th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
11 questions
Javascript Lists Lecture Knowledge Check

Quiz
•
9th - 12th Grade
12 questions
Lists and Loops Review-Code.org

Quiz
•
10th Grade - University
6 questions
Mathematical Expressions Quiz (MCQs)

Quiz
•
10th Grade
10 questions
Soal Perangkat Keras Komputer Informatika Kelas 7

Quiz
•
9th - 12th Grade
10 questions
Parts of a Computer

Quiz
•
9th - 12th Grade
7 questions
FCS Unit 3 Lessons 1 through 7 Review

Quiz
•
10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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