Introduction to Programming Final Exam Review (Python) with verified correct answers 2023
A ________ does not prevent the program from running, but causes it to produce incorrect result - correct answer Syntax Error A ______ is sequence of characters - correct answer String A ____ is a name that references a value in the computer's memory - correct answer Variable A _____ in python must be enclosed in either single or double-quotes - correct answer String Literal Short notes placed in different parts of a program explaining how these parts of the program work are called - correct answer Comments A(n) ______ makes a variable reference a value in the computer's memory - correct answer Assignment Statement The ___ symbol marks the beginning of a comment in python - correct answer # Values on the right and left of an operator symbol (+) are called: - correct answer Operands ______ can be used to read input that has been typed on the keyboard - correct answer input() having float(aroundSomething) - correct answer converts to a float A magic number is an: - correct answer unexplained value that appears in a program's code
Written for
- Institution
- Introduction to Programming
- Course
- Introduction to Programming
Document information
- Uploaded on
- December 20, 2023
- Number of pages
- 17
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
introduction to programming final exam review