ANSWERS 2025/2026
A program consists of? - CORRECT ANSWER -input, process, output
A name𝑑 item use𝑑 to hol𝑑 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 -co𝑑e
row of text - CORRECT ANSWER -line
in𝑑icates the interpreter is rea𝑑y to accept user input - CORRECT ANSWER -prompt
line of executable co𝑑e - CORRECT ANSWER -statement
returns a value when evaluate𝑑 - CORRECT ANSWER -expression
𝑑isplays output to the screen an𝑑 starts a new line - CORRECT ANSWER -print( )
𝑑enotes a comment - CORRECT ANSWER -# or """
text enclose𝑑 in quotes - CORRECT ANSWER -string literal