JACKLINE
D335: Introduction to Python (Sections 1-4) With Questions And 100% ALL SURE
ANSWERS
Terms in this set (154)
Input A program gets data, perhaps from a file, keyboard, touchscreen, network, etc.
Process A program performs computations on that data, such as adding two values like x + y
Output A program puts that data somewhere, such as to a file, screen, or network.
computational thinking, creating a sequence of instructions to solve a problem
algorithm A sequence of instructions that solves a problem
Python interpreter a computer program that executes code written in the Python programming language.
Expressions code that return a value when evaluated
D335: Introduction to Python (Sections 1-4)
1/6
, interactive interpreter a program that allows the user to execute one line of code at a time
Code a common word for the textual representation of a program
line row of text
prompt indicates the interpreter is ready to accept code
statement a program instruction
D335: Introduction to Python (Sections 1-4)
2/6
D335: Introduction to Python (Sections 1-4) With Questions And 100% ALL SURE
ANSWERS
Terms in this set (154)
Input A program gets data, perhaps from a file, keyboard, touchscreen, network, etc.
Process A program performs computations on that data, such as adding two values like x + y
Output A program puts that data somewhere, such as to a file, screen, or network.
computational thinking, creating a sequence of instructions to solve a problem
algorithm A sequence of instructions that solves a problem
Python interpreter a computer program that executes code written in the Python programming language.
Expressions code that return a value when evaluated
D335: Introduction to Python (Sections 1-4)
1/6
, interactive interpreter a program that allows the user to execute one line of code at a time
Code a common word for the textual representation of a program
line row of text
prompt indicates the interpreter is ready to accept code
statement a program instruction
D335: Introduction to Python (Sections 1-4)
2/6