
Year 8 Python EOT 3 test
Authored by Shamim Fatima
Computers
8th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is a correct syntax to output "Hello World" in Python?
write (Hello World)
Print('Hello World')
print "Hello World"
print('Hello World')
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the syntax error in the following code?
print('Hello)
Missing parentheses
Missing closing quote
Incorrect indentation
Missing colon
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is a string in Python?
A number
A sequence of characters
A boolean value
A function
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How would you fix the following code to use a single quote inside the string?
print('I'm using a single quote!')
Use double quotes around the string
Remove the single quote
Use a backslash before the single quote
Use triple quotes around the string
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the name of the variable in the following code?
greeting='Hello!'
name
Hello
greeting
variable
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which one is NOT a legal variable name?
flavour
flavour_choice
flavour!!
flavour123
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Why is xyz not a good variable name?
It is too short and not descriptive
It contains invalid characters
It starts with a number
It is a reserved word in Python
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 Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?