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
Windows Shortcuts

Flashcard
•
7th - 9th Grade
15 questions
Computer Science 2 Unit 1 Flashcard

Flashcard
•
9th Grade
15 questions
Types of Writing

Flashcard
•
8th Grade
18 questions
Java Program Parts

Flashcard
•
9th Grade
15 questions
Python logical operators

Flashcard
•
9th Grade
11 questions
Python [Basic]

Flashcard
•
KG
15 questions
The Westing Game Ch 1-10

Flashcard
•
8th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
15 questions
Student Technology Agreement

Quiz
•
6th - 8th Grade
10 questions
Acceptable Use of Technology

Quiz
•
7th - 8th Grade