
Week 6 Quiz

Quiz
•
Computers
•
University
•
Medium

Anthony G
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to stop a while loop?
stop
break
end
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid way to store a player's name in a variable?
playerName = input()
playerName: input()
input = playerName()
playerName == input()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a list of items in Python?
my_list = [1, 2, 3]
my_list = {1, 2, 3}
my_list = (1, 2, 3)
my_list = <1, 2, 3>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of a game loop?
while game_running == True:
for game_running == True:
if game_running == True:
while game_running = True:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code do?
for i in range(3):
print(i)
Prints 0, 1, 2
Prints 1, 2, 3
Prints 0, 1, 2, 3
Prints 3, 2, 1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes a 'nested if statement'?
An if statement inside another if statement
Multiple if statements in a row
A loop inside an if statement
An if statement without an else
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the process of converting one datatype to another called?
Data conversion.
Type Casting.
Type Conversion.
Concatenation.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Lists

Quiz
•
University
20 questions
Python Programming

Quiz
•
University
15 questions
Python-loops, branches, functions

Quiz
•
University
15 questions
AITT LAB QUIZ 1

Quiz
•
University
15 questions
Round 4 - Harvest

Quiz
•
University
16 questions
LA3.C3: Variables

Quiz
•
9th Grade - University
15 questions
Grade 8 End of Unit Revision

Quiz
•
8th Grade - University
15 questions
while loop

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade