1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Define the term: Interpreter
A program translator that translates high-level program code line by line as it is being executed.
Define the term: low-level language
A language which is close to machine code
one mnemonic translates to one machine code instruction
a language that is written for a specific machine architecture.
Define the term: Machine code
The binary executed by a specific processor architecture.
Define the term: Translator
translates source code written in a high-level language into machine code
translates assembly code written in a low-level language into machine code.