ANSWERS 2025/2026
A program consists o𝑓? - CORRECT ANSWER -input, process, output
A named item used to hold a value? - CORRECT ANSWER -variable
Sequence o𝑓 instructions that solves a problem. - CORRECT ANSWER -Algorithm
program that executes python programming. - CORRECT ANSWER -python intreperter or IDE
textual representation o𝑓 a program - CORRECT ANSWER -code
row o𝑓 text - CORRECT ANSWER -line
indicates the interpreter is ready to accept user input - CORRECT ANSWER -prompt
line o𝑓 executable code - CORRECT ANSWER -statement
returns a value when evaluated - CORRECT ANSWER -expression
displays output to the screen and starts a new line - CORRECT ANSWER -print( )
denotes a comment - CORRECT ANSWER -# or """
text enclosed in quotes - CORRECT ANSWER -string literal