Python Christmas Quizizz

Quiz
•
Computers
•
10th Grade
•
Hard
Jen Wiss
Used 3+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
myVar = input("How many elves have you seen?")
Which one would cast myVar to an integer?
int(myVar)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("Merry Christmas!")
Which of these symbols would I use to do this on a flow chart?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Santa has 10 presents and 5 kids left to deliver to .. how would I work out in Python how many pressies each kid gets?
10 % 5
10 * 5
10 / 5
10 ^ 5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these symbols means "not equal to"?
!=
//
/
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, decomposition is...
Using a single large approach to solve a minor issue without breaking it down.
Multiplying a simple issue to create a complex problem.
Breaking a complex issue into more manageable, smaller segments.
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
presents = 5
I get one more present. How could I increase the value of presents?
(2 correct answers)
presents = presents + 1
presents plus 1
presents += 1
presents + 1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, abstraction is ...
Getting rid of unnecessary details to reduce problem complexity.
Including all possible details, even irrelevant ones, to increase problem complexity.
Focusing solely on the tiny details to solve a complex problem.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Word 2016 - Lessons 1 & 2

Quiz
•
9th - 12th Grade
20 questions
CodeHS - Intro to Python - Basics and Console Interaction

Quiz
•
9th Grade - Professio...
25 questions
Python for Absolute Beginners

Quiz
•
8th - 12th Grade
20 questions
Computer Parts

Quiz
•
3rd - 12th Grade
20 questions
Python variables and operators quiz

Quiz
•
9th - 12th Grade
20 questions
Python Basics 2

Quiz
•
9th - 12th Grade
20 questions
quiz dasar python

Quiz
•
1st Grade - University
22 questions
J277 - basic testing and errors

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade