ANSWERS 2025/2026
A program consists of? - CORRECT ANSWER -input, process, output
A named item used to hold a value? - CORRECT ANSWER -variable
Sequence of instructions that solves a problem. - CORRECT ANSWER -Algorithm
program that executes python programming. - CORRECT ANSWER -python intreperter or IDE
textual representation of a program - CORRECT ANSWER -code
row of text - CORRECT ANSWER -line
indicates the interpreter is ready to accept user input - CORRECT ANSWER -prompt
line of 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