Lesson 6.03 Python Variables

Lesson 6.03 Python Variables

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

СО 6-3

СО 6-3

6th Grade

16 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Lesson 1 - Python introduction,variable & datatypes

Lesson 1 - Python introduction,variable & datatypes

5th - 8th Grade

10 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

ICT Python class 7

ICT Python class 7

6th - 8th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Python-coban

Python-coban

7th - 12th Grade

20 Qs

Python Test

Python Test

6th - 9th Grade

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