2025/2026 Graded A+
When Python is running in the interactive mode and displaying the
chevron prompt (>>>) - what question is Python asking you? -
What will the following program print out:
>>> x = 15
>>> x = x + 5
>>> print(x) - 20
Python scripts (files) have names that end with: - .py
Which of these words are reserved words in Python ? - if, break,
while
What is the proper way to say "good-bye" to Python? - quit()
Which of the parts of a computer actually executes the program
instructions? - Central Processing Unit (CPU)
What is "code" in the context of this course? - A sequence of
instructions in a programming language
A USB memory stick is an example of which of the following
components of computer architecture? - Secondary Memory