9.1.2 - Starter Quiz

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
A Colley
Used 45+ times
FREE Resource
Student preview

14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
subjects = ["Computing", "Drama", "English", "Maths", "Science", "Spanish"]
What is subjects [2]
Computing
English
Science
Drama
Index Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
subjects = ["Computing", "Drama", "English", "Maths", "Science", "Spanish"]
What is subjects [4]
Maths
English
Science
Drama
Index Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
subjects = ["Computing", "Drama", "English", "Maths", "Science", "Spanish"]
What would print out if I used the statement:
print(subjects[0])
Spanish
Computing
"Computing"
"Spanish"
Index Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What would be the output of the code below:
laurions = ["Altius", "Citius", "Fortius", "Magnus"]
print(laurions[1])
Fortius
Altius
Magnus
Citius
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What would be the output of the code below:
laurions = ["Altius", "Citius", "Fortius", "Magnus"]
print(laurions[3] + " beat " + laurions[2])
Error
Fortius beat Citius
Magnus beat Fortius
Magnus beat Citius
Fortius beat Magnus
6.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
laurions = ["Altius", "Citius", "Fortius", "Magnus"]
starterLaurion = input("Who would you like to choose as your starter Laurion?")
What, in the code above, is a variable?
Fortius
Nothing
Citius
laurions
starterLaurion
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
buggy_list = [ ,"ugh!", ,"this","list", ,"is","buggy"]
print(buggy_list[3])
What would the code above output?
ugh
this
list
is
error
Create a free account and access millions of resources
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade