100% Correct Answers | Latest Version
(2024/2025) Expert Verified
Aprogramconsists of? - Correct Answer-input, process, output
Anamed item used to holdavalue? - Correct Answer-variable
Sequenceofinstructions that solvesa problem. - Correct Answer-
Algorithm
programthatexecutes python programming. - Correct Answer-
pythonintreperter or IDE
textual representation ofa program- Correct Answer-code
row of text - Correct Answer-line
indicates theinterpreter is ready to acceptuser input -iCorrect Answer-
prompt
lineof executable code- Correct Answer-statement
, returnsavalue whenevaluated - Correct Answer-expression
displaysoutput to the screen andstarts a new line -iCorrect Answer-
print( )
denotes acomment - Correct Answer-# or """
textenclosedin quotes- Correct Answer-string literal
keepmultiple print statements on oneline- Correct Answer-end=' '
used to get text fromuser - Correct Answer-input ( )
determines howa valuecan behave -iCorrect Answer-type( )
convertstring to aninteger - Correct Answer-int( )
syntaxes error - Correct Answer-
aviolationofthe program language ruleson how symbols can be defined
runtime error - Correct Answer-
the program attempts an impossible operation