Lesson 6.03 Python Variables

Lesson 6.03 Python Variables

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

6th - 8th Grade

16 Qs

Wprowadzenie do Pythona

Wprowadzenie do Pythona

6th - 8th Grade

11 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

Python-ICT

Python-ICT

8th Grade

20 Qs

AI Introduction Quiz

AI Introduction Quiz

5th - 12th Grade

12 Qs

Lesson 6.03 Python Variables

Lesson 6.03 Python Variables

Assessment

Quiz

Education

6th - 8th Grade

Medium

Created by

Amber Price

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables are:

containers for storing data value

a number

a message input by the user

a secret code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, there is no command for declaring a variable.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, a variable is declared as soon as you assign a value to it.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements assigns the value 100 to the variable x in Python:

x <= 100

x << 100

x =100

let x = 100

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select all that apply. String variables can be declared by using ' ' (single quotes) OR:

" " (double quotes)

; (semicolon)

# (hash symbol)

! (exclamation mark)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable can start with a lowercase letter, an uppercase letter, or:

an _ underscore

& symbol

a number

% a percent symbol

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?