Lesson 6.03 Python Variables

Lesson 6.03 Python Variables

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Grand Quiz (Python)

Grand Quiz (Python)

6th - 12th Grade

20 Qs

Python-8CB

Python-8CB

8th Grade

10 Qs

Python ввод-вывод, переменные

Python ввод-вывод, переменные

6th - 8th Grade

11 Qs

August Quiz Python

August Quiz Python

6th - 12th Grade

20 Qs

Python Δομή Επιλογής

Python Δομή Επιλογής

7th - 12th Grade

14 Qs

Kiểm Tra Thường Xuyên Môn ICT

Kiểm Tra Thường Xuyên Môn ICT

7th Grade

20 Qs

Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 Qs

 Циклы в Python For, While

Циклы в Python For, While

8th Grade

10 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?