Search Header Logo

Python Variables Quiz

Authored by Shushankita Vinod Mishra

Computers

5th Grade

Used 2+ times

Python Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A type of loop

A container that holds data

A special function in Python

A built-in keyword

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

1name

my-score

_age

my score

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? Age = 30 age = 25 print(Age, age)

30 25

25 30

Error: Variables cannot have different cases

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid rule for naming variables in Python?

Variable names must start with a letter or an underscore

Variable names can contain spaces

Variable names are case-sensitive

Variable names should not use Python keywords

5.

OPEN ENDED QUESTION

3 mins • 1 pt

What will be the output of the following code? name = "Alice" age = 18 print(type(name)) print(type(age))

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the following variable declaration invalid? def = "Hello"

Variable names cannot contain strings

def is a Python keyword

def must start with an underscore

Python does not allow assigning strings to variables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a meaningful variable name?

x

var1

student_score

abc

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?