GUIDE COMPLETE REVIEW WITH 100%
CORRECT SOLUTIONS 2026
⩥ A named item used to hold a value? Answer: variable
⩥ Sequence of instructions that solves a problem. Answer: Algorithm
⩥ program that executes python programming. Answer: python
intreperter or IDE
⩥ textual representation of a program Answer: code
⩥ row of text Answer: line
⩥ indicates the interpreter is ready to accept user input Answer: prompt
⩥ line of executable code Answer: statement
⩥ returns a value when evaluated Answer: expression
⩥ displays output to the screen and starts a new line Answer: print( )
, ⩥ denotes a comment Answer: # or """
⩥ text enclosed in quotes Answer: string literal
⩥ keep multiple print statements on one line Answer: end=' '
⩥ used to get text from user Answer: input ( )
⩥ determines how a value can behave Answer: type( )
⩥ convert string to an integer Answer: int( )
⩥ syntaxes error Answer: a violation of the program language rules on
how symbols can be defined
⩥ runtime error Answer: the program attempts an impossible operation
⩥ indentation error Answer: lines inside the program are not properly
indented
⩥ Value Error Answer: invalid value used