Search Header Logo

Python review

Authored by Asma Al-Faran

Computers

8th Grade

Used 9+ times

Python review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What's a variable?

a storage box

a way to repeat code

a reuseable piece of code

a way to branch your code

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you declare a variable in python?

score = 100

int score = 100;

def score(100):

score 100

3.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

What are TWO ways I can add 100 to the variable "score"?

score += 100

score = score + 100

score + 100

score = 100

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which symbol represents modulo, which means to divide two numbers and keep the remainder?

%

**

//

/

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will this code print?

5,4,3,2,1

4,3,2,1

5,4,3,2,1,0

nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?

@
¬
;
#

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many lines will this code print?

x = 10

while x > 0:

print(x)

x = x - 3

5

2

3

4

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?