Search Header Logo

Python Christmas Quizizz

Authored by Jen Wiss

Computers

10th Grade

Used 3+ times

Python Christmas Quizizz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?