
Python Variable Declaration Quiz
Authored by Ashok Adhikari
Instructional Technology
8th Grade
Used 1+ times

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
45 sec • 2 pts
What is a variable in Python?
A reserved word in Python
It is a name given to a value.
A function that takes one or more arguments and returns a value
A module in Python
2.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which of the following is a valid variable name in Python?
1var
var-1
var_1
var 1
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
The data type of the variable "x" in the code x = "False"
String
Integer
Float
Boolean
4.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which of the following is not a valid data type in Python?
Integer
Float
Character
Boolean
5.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What is the output of the following code? x = 5 y = "10" print(x + y)
15
510
TypeError: unsupported operand type(s) for +: 'int' and 'str'
None of the above
6.
FILL IN THE BLANKS QUESTION
1 min • 4 pts
Common built-in data types in Python include __________, __________, __________, and __________.
(a)
7.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
Values are assigned to variables using the (a) operator.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?