Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 19 pages
Exam (elaborations)

D335 Introduction to Python (Sections 1-4) (154 questions with verified solutions).

Document preview thumbnail
Preview 3 out of 19 pages

D335 Introduction to Python (Sections 1-4) (154 questions with verified solutions).

Content preview

D335: Introduction to Python (Sections
1-4) (154 questions with verified
solutions)
Input
A program gets data, perhaps from a file, keyboard, touchscreen,
network, etc.
Process
A program performs computations on that data, such as adding two
values like x + y
Output
A program puts that data somewhere, such as to a file, screen, or
network.
computational thinking,
creating a sequence of instructions to solve a problem
algorithm
A sequence of instructions that solves a problem
Python interpreter
a computer program that executes code written in the Python
programming language.
interactive interpreter

,a program that allows the user to execute one line of code at a time
Code
a common word for the textual representation of a program
line
row of text
prompt
indicates the interpreter is ready to accept code
statement
a program instruction
Expressions
code that return a value when evaluated
cariables
named references to values stored by the interpreter
print()
function that displays variables or expression values
'#"
character tha denote comments, which are optional but can be used to
explains portions of code to a human reader
string literal
text enclosed in quotes (single or double) and can contain letters,
numbers, spaces, or symbols
Why would a programmer add

, end=' ' inside of print()?
To keep the output on the same line
print(variable_name) without quotes
to output the value of a variable
\n
newline character; output can be moved to the next line
whitespace
any space, tab, or newline
variable = input()
reads a user-enter string and changes it into a variable
type
determines how a value can behave
int()
converts a string to an integer
syntax error
violating a programming language's rules on how symbols can be
combined to create a program
runtime error
program's syntax is correct, but the program attemps an impossible
operation, such as dividing by zero or multiplying strings together
crash
Abrupt and unintended termination of a program

Document information

Uploaded on
August 8, 2025
Number of pages
19
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$16.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
GUARANTEEDSUCCESS
4.4
(251)
Sold
686
Followers
314
Items
24885
Last sold
1 week ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions