PLTW Computer Science Final Exam Review
(multiple choice) | Verified | Updated (Actual
Exam) 2025\2026 LATEST VERSION!!
Save
Terms in this set (40)
How are variables used in They are used as a storing location associated with an
programming? identifier
A named memory cell where information can be
What is a variable?
stored
A function is a block of 80
code. How many built-in
functions does Python
have?
Python uses the keyword True
def to define a new
function
a. True b. False
The lines of code in a True
function are indented four
(4) spaces
a. True b. False
https://quizlet.com/1100239992/pltw-computer-science-final-exam-review-multiple-choice-verified-updated-actual-exam-20252026-latest-version-flash-… 1/5
, 10/29/25, 10:02 AM PLTW Computer Science Final Exam Review (multiple choice) | Verified | Updated (Actual Exam) 2025\2026 LATEST VERSION!…
To create multi-line '''
comments (also called a
docstring) you would use
________.
To add comments in #
Python, use the
___________symbol
True or False boolean
text that is not changed or string
manipulated just used as it
is
Integers int
Any number with a float
decimal
To assign a variable to a =
value you must use the
________ .
To divide numbers you /
must use the _______________
symbol .
To multipy numbers you *
must use the _______________
symbol .
To get the exponential of **
a number you would use
the ___________ symbol.
What is the correct way to ounces = 12
assign the value of 12 to
the variable ounces?
https://quizlet.com/1100239992/pltw-computer-science-final-exam-review-multiple-choice-verified-updated-actual-exam-20252026-latest-version-flash-… 2/5