
Rajski-List review
Authored by Ronald Rajski
Instructional Technology
9th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
list=["apple", "cherry", "banana", "mango"]
print(list[-1])
apple
cherry
banana
mango
Answer explanation
-1 produces the last element of a list.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
list1 =[2,4,6,8,10]
Do the Math=
list1[2] * list1[4]
32
8
60
20
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
list=["apple", "cherry", "banana", "mango"]
print(list[1])
apple
cherry
banana
mango
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
list1 =[2,4,6,8,10]
Do the Math=
list1[1] + list1[-1]
0
12
14
10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Print the second item in the fruits list.
fruits = ["apple", "banana", "cherry"]
print(fruits[2])
print(fruits[-1])
print(fruits[0])
print(fruits[1])
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A list uses the following brackets:
< >
[ ]
{ }
( )
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Change the value from "apple" to "kiwi", in the fruits list.
fruits = ["apple", "banana", "cherry"]
fruits[2] = "kiwi"
fruits[1] = "kiwi"
fruits[-1] = "kiwi"
fruits[0] = "kiwi"
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
13 questions
CPT Practice
Quiz
•
9th - 12th Grade
8 questions
KUIS MS.EXCEL
Quiz
•
9th Grade
7 questions
Ôn tập - Bài 23 Một số lệnh làm việc với kiểu dữ liệu danh sách
Quiz
•
9th - 12th Grade
10 questions
MP4 QUIZ
Quiz
•
9th - 12th Grade
10 questions
KIỂM TRA BÀI CŨ
Quiz
•
KG - Professional Dev...
15 questions
Hardware and Software Concept Question
Quiz
•
9th - 12th Grade
15 questions
Essential Kitchen Tools and Equipment
Quiz
•
9th Grade
10 questions
Exploring Emerging Technologies
Quiz
•
9th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade