PLTW Computer Science Final (2025) EXAM
QUESTIONS AND ALL CORRECT ANSWERS 100%
SOLVED AND GUARANTEED SUCCESS!!
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/1056632889/pltw-computer-science-final-2025-exam-questions-and-all-correct-answers-100-solved-and-guaranteed-success-flash-… 1/5
, 24/06/2025, 16:01 PLTW Computer Science Final (2025) EXAM QUESTIONS AND ALL CORRECT ANSWERS 100% SOLVED AND GUARANTEED…
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/1056632889/pltw-computer-science-final-2025-exam-questions-and-all-correct-answers-100-solved-and-guaranteed-success-flash-… 2/5