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