OA EXAM WITH COMPLETE QUESTIONS AND CORRECT
VERIFIED ANSWERS(DETAILED ANSWERS) ALREADY
GRADED A+ 100% GUARANTEED TO PASS CONCEPTS!!!
row of text - CORRECT ANSWER-line
indicates the interpreter is ready to accept user input - CORRECT ANSWER-
prompt
line of executable code - CORRECT ANSWER-statement
returns a value when evaluated - CORRECT ANSWER-expression
displays output to the screen and starts a new line - CORRECT ANSWER-print( )
denotes a comment - CORRECT ANSWER-# or """
text enclosed in quotes - CORRECT ANSWER-string literal
, A program consists of? - CORRECT ANSWER-input, process, output
A named item used to hold 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-code
keep multiple print statements on one line - CORRECT ANSWER-end=' '
used to get text from user - CORRECT ANSWER-input ( )
determines how a value can behave - CORRECT ANSWER-type( )
convert string to an integer - CORRECT ANSWER-int( )
syntaxes error - CORRECT ANSWER-a violation of the program language rules on
how symbols can be defined