
CP 1 Review 2023
Authored by Melissa Fulmore
Instructional Technology
10th Grade
Used 9+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which version of Python are you learning in this course?
3
2
1
Any version will work equally well
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes an Integrated Development Environment (IDE)?
Software that helps you create and run code
Software that helps you design programs before you start coding
Software that helps you create audio, video, and images for your program
Software that helps you track your program sales
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What character do you place at the end of a line to break a long statement across multiple lines?
A backslash (\)
A hash-tag (#)
A colon (:)
An extra space
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following variable names are valid in Python?
All of these are valid
Testing123
testing_123
TESTING
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements will add 10 to the value in the "mystery" variable and store the answer in the "result" variable?
result = 10 + mystery
mystery = result - 10
result = mystery(10)
mystery + 10 = result
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a variable named "mystery", which of the following statements will display the data type of that variable?
print(type(mystery))
print(mystery
) mystery.type()
No such statement exists
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the printed output from the following statement? print("Testing" + "Testing")
TestingTesting
Testing Testing
class 'str'
An error message
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?