Lesson 6.03 Python Variables

Quiz
•
Education
•
6th - 8th Grade
•
Medium
Amber Price
Used 9+ 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
Similar Resources on Wayground
10 questions
Unity 2 для всех!

Quiz
•
6th Grade - University
15 questions
python exam

Quiz
•
8th Grade
15 questions
Lesson 15 - Test 2

Quiz
•
5th - 8th Grade
20 questions
QUIZ 1 : TOPIC 3 [COSTS BEHAVIOUR]

Quiz
•
1st Grade - University
10 questions
A BBC micro:bit

Quiz
•
3rd - 12th Grade
20 questions
REVISION 3 : TOPIC 3, 4, 5 & 7

Quiz
•
1st Grade - University
10 questions
Lesson 11 - Iterative statements

Quiz
•
5th - 8th Grade
16 questions
Programming If Statements

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade