Search Header Logo

Python Basics Quiz for KS3

Authored by Savannah Graziano

Computers

11th Grade

Used 17+ times

Python Basics Quiz for KS3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A type of Python snake

A reserved word that cannot be used for anything other than its pre-defined purpose

A name that is used to denote something or store a value is called a variable

A data type that stores integers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type in Python?

String

Integer

Float

Perform

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

int x = 5

x = 5

x == 5

var x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to assign the string "Hello, World!" to a variable in Python?

print("Hello, World!")

print= ("Hello, World!")

Print("Hello, World!")

x := "Hello, World!"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet? ```python x = 10 y = 20 print(x + y) ```

True

False

30

x + y

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to perform a conditional operation in Python?

Hint: which statement word allows the code to make a decision?

for

while

if

def

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code print? ```python if 5 > 2: print("Five is greater than two!") ```

Error

Nothing

"Five is greater than two!"

True

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?