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
15 questions
Internet, parte 01

Quiz
•
6th Grade
20 questions
Year 7 - The Internet

Quiz
•
5th - 7th Grade
15 questions
Google Drive

Quiz
•
3rd - 9th Grade
12 questions
Bài 3. Thông tin trong máy tính

Quiz
•
6th Grade
13 questions
Code.org Express Course Vocab Lessons 1-10

Quiz
•
6th Grade
17 questions
Computer Programming Languages

Quiz
•
4th - 6th Grade
12 questions
BAB 4: KOD ARAHAN HTML - 4.2.3 & 4.2.4

Quiz
•
6th Grade
20 questions
Application and System Software

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

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

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

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

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade