Python Christmas Quizizz

Python Christmas Quizizz

10th Grade

25 Qs

quiz-placeholder

Similar activities

Python Baics

Python Baics

10th - 11th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Post-Break Python Refresher

Post-Break Python Refresher

9th - 12th Grade

20 Qs

Python Quiz (part 1)

Python Quiz (part 1)

9th - 12th Grade

20 Qs

Surprise Quiz !!!!

Surprise Quiz !!!!

10th Grade

20 Qs

Python Christmas Quizizz

Python Christmas Quizizz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Jen Wiss

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

myVar = input("How many elves have you seen?")

Which one would cast myVar to an integer?

int(myVar)

myVar.toInt()
float(myVar)
str(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?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?