Python |PA| Pre-Assessment| Actual
Questions and Answers Latest Updated
(Graded A+)
Correct 40
Incorrect 0
D335 Introduction to Programming in Python |PA
Term
runtime error
inefficient code
, the program encounters a syntax the program attempts an
error impossible operation
Don't know?
2 of 40
Term
Sequence of instructions that solves a problem.
Give this one a try later!
Parameter Algorithm
Program Iteration
Don't know?
3 of 40
Term
indicates the interpreter is ready to accept user input
Give this one a try later!
type( ) document.write
, prompt # or """
Don't know?
4 of 40
Term
convert string to an integer
Give this one a try later!
str( ) float ( )
int( ) count( )
Don't know?
5 of 40
Term
displays output to the screen and starts a new line
Give this one a try later!
print( ) float( )