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
Escuela, estudio y materia
- Institución
- Introduction to Programming
- Grado
- Introduction to Programming
Información del documento
- Subido en
- 20 de diciembre de 2023
- Número de páginas
- 17
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
introduction to programming final exam review