Python Review Questions
Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Dr. Moriarty
Used 19+ times
FREE Resource
Enhance your content
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What's a variable?
a storage box
a way to repeat code
a reuseable piece of code
a way to branch your code
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you declare a variable in python?
score = 100
int score = 100;
def score(100):
score 100
3.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
What are TWO ways I can add 100 to the variable "score"?
score += 100
score = score + 100
score + 100
score = 100
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which symbol represents modulo, which means to divide two numbers and keep the remainder?
%
**
//
/
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which is the correct way to use the floor division operator, which divides two numbers and throws out the remainder?
score = score//10
score = score/10
score//10
score = score** 10
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which operator raises one number to the power of another?
**
*
^
&
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Extra Credit: name this pokemon
Gible
Sharkey
Jaws
StinkyFish
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Python while loops
Quiz
•
12th Grade
20 questions
Python list, if
Quiz
•
6th - 12th Grade
22 questions
Python Control Structures (Unit 4 AP CSP)
Quiz
•
10th Grade
25 questions
Introduction to Python
Quiz
•
KG - University
20 questions
SST Yr8 - NCCE - Programming
Quiz
•
9th - 12th Grade
20 questions
Ch.8 - Introducing Python
Quiz
•
6th Grade - Professio...
28 questions
Python Functions Review Quiz
Quiz
•
9th - 12th Grade
20 questions
Lists - Built in Functions
Quiz
•
11th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade