Python pre-assessment

Flashcard
•
Computers
•
8th Grade
•
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
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Conditional Statements

Flashcard
•
9th Grade
15 questions
Jekyll & Hyde Reading Check: Chapters 1 - 5

Flashcard
•
8th Grade
17 questions
Genre Review

Flashcard
•
8th Grade
15 questions
Computer Science 2 Unit 1 Flashcard

Flashcard
•
9th Grade
18 questions
Java Program Parts

Flashcard
•
9th Grade
15 questions
Python logical operators

Flashcard
•
9th Grade
10 questions
Media Literacy

Flashcard
•
8th Grade
10 questions
Python Inputs

Flashcard
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade