PYTHON LISTS

Quiz
•
Computers
•
6th Grade
•
Medium
Fazla Fairooz
Used 62+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Lists use _____ to access values
values
indexes
key values
keys
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider this list, what will be the highest index the list can have:
li=[1,2,3,4,5]
2
3
4
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider this list, what will be the output of the following:
li=[1,2,3,4,3,2,1]
print(li[-3])
4
3
2
1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider this list, what will be the output of the following:
li=[1,2,3,4,3,2,1]
print(li[3])
4
3
2
1
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider this list, what will be the output of the following:
li=[1,2,3,4,3,2,1]
print(li[3:4])
1
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider list list, what will be the output of the following
li=[[‘a’,’b’]]
print(li[0][0])
a
b
None
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Do lists preserve the order of the elements they contain?
Yes
No
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
What Makes a Computer a Computer?

Quiz
•
6th - 8th Grade
19 questions
Typing Quiz 3 - BOT Tier

Quiz
•
6th Grade
22 questions
Computer History

Quiz
•
6th - 8th Grade
15 questions
Computer Quiz

Quiz
•
5th - 6th Grade
12 questions
Python for loop

Quiz
•
4th - 12th Grade
20 questions
Basic Python Quiz for Beginners

Quiz
•
3rd - 6th Grade
18 questions
Engineering Design Process Part 1 Review

Quiz
•
6th - 8th Grade
14 questions
Advanced Functions

Quiz
•
6th - 8th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
10 questions
Networking Devices and Their Functions

Interactive video
•
5th - 8th Grade
20 questions
Binary Numbers Quiz

Quiz
•
6th - 8th Grade