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