
Python pre-assessment
Flashcard
•
Computers
•
8th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the output?
a = 10
b = "python"
c = a
print(b, c, a)
Back
python 10 10
2.
FLASHCARD QUESTION
Front
What is the output?
a = 2
b = "Welcome"
c = a
print(b, c, a)
Back
Welcome 2 2
3.
FLASHCARD QUESTION
Front
What is the output?
print(3 + 6 - 1 * 3)
Back
6
4.
FLASHCARD QUESTION
Front
What is the value of x? a = 3, b = 2, c = 1, x = (a > b) and (c > b)
Back
False
5.
FLASHCARD QUESTION
Front
What is the value of f? a = 5, b = 4, c = 1, f = a+b > b+3 or b*2 < a+1
Back
True
6.
FLASHCARD QUESTION
Front
Which of the following options will produce the same result as the given code? Options: , , , None of the above
Back
None of the above
7.
FLASHCARD QUESTION
Front
What is the output?
for i in range(3):
print(i * 2)
Back
0
2
4
Access all questions and much more by creating a free account
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
Already have an account?