Section 1.3 Word Matching Exercise

Machine Language
Assembly Language
High-Level Language
Source Code
Interpreter
Assembler
Compiler
is English-like, easy to learn and use.
uses short descriptive word to represent each of the machine-language instructions.
is computer's native language.
translates the entire source code into a machine-code file.
reads one statement from the source file, translates it to the machine code, and executes it.
is a program written in a high-level programming language.
is a program that translates assembly-language code into machine code.