Chapter 1: Introduction Flashcards
error in the program
bug
The heart of any computer. It is what runs the software that we write
central processing unit
(CPU / processor)
To translate a program written in a high-level language into a low-level language all at once, in preparation for later execution.
compile
A programming language like Python that is designed to be easy for humans to read and write.
high-level language
A way of using the Python interpreter by typing commands and expressions at the prompt.
interactive mode
To execute a program in a high-level language by translating it one line at a time.
interpret
A programming language that is designed to be easy for a computer to execute; also called “machine code” or “assembly language”.
low-level language
The lowest-level language for software, which is the language that is directly executed by the central processing unit (CPU).
machine code
Stores programs and data. Loses its information when the power is turned off.
main memory
To examine a program and analyze the syntactic structure.
parse
A property of a program that can run on more than one kind of computer.
portability
An instruction that causes the Python interpreter to display a value on the screen.
print function
The process of formulating a problem, finding a solution, and expressing the solution.
problem solving
A set of instructions that specifies a computation.
program
When a program displays a message and pauses for the user to type some input to the program.
prompt