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