D335: Introduction to Python (Sections 1-4)
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.
Choose an answer
1 chr() 2 Input
3 cariables 4 algorithm
Don't know?
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.
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