Module 1 - Introduction to Python

Quiz
•
Instructional Technology
•
Professional Development
•
Hard
Shandy Roque
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
colors = ["red", "orange", "yellow", "green", "blue", "indigo", "violet"]
Choose the answer that will output True.
colors[1] == red
colors[0] == "red"
colors[-1] == "red"
colors[2] == "red"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
colors = ["red", "orange", "yellow", "green", "blue", "indigo", "violet"]
Choose the answer that will output False.
colors[0] == red
colors[-1] == "violet"
len(colors) == 7
len(colors) == 6
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
fruit_list = ["apple", "banana", "cherry", "orange", "kiwi", "melon", "mango"]
How do you access the "orange"?
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
fruit_list = ["apple", "banana", "cherry", "orange", "kiwi", "melon", "mango"]
print(fruit_list[2:5])
The output will be...
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
fruit_list = ["apple", "banana", "cherry", "orange", "kiwi", "melon", "mango"]
print(fruit_list[:4])
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
fruit_list = ["apple", "banana", "cherry", "orange", "kiwi", "melon", "mango"]
We need more fruits in the list. Can you please add "strawberry" in the list?
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
fruit_list = ["apple", "banana", "cherry", "orange", "kiwi", "melon", "mango"]
I am allergic to kiwi. Maybe we can just replace this with papaya?
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Google Educator Level 1_Docs Quiz

Quiz
•
Professional Development
14 questions
Practice Session

Quiz
•
Professional Development
8 questions
FLOWERS

Quiz
•
Professional Development
10 questions
eLearning Mentee's - What we know already

Quiz
•
Professional Development
10 questions
Quiz sobre Tipos de Datos en Python

Quiz
•
Professional Development
13 questions
SRWE - Module 7 - DHCPv4

Quiz
•
Professional Development
11 questions
INSTRUCTIONAL SUPERVISION

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade