Programming- Programmng Languages Flashcards
Accumulator
A special register in the CPU used to store data that is the result of an arithmetic or logical operation or data that is being transferred.
Assembly
Low-level language that uses mnemonic codes and labels to represent the equivalent machine-level binary codes.
Compiler
Translator that converts high-level language code into
executable machine-level code. It converts source code
into object code that can then be executed.
Interpreter
Translator that converts high-level language code into
executable machine-level code. It translates and executes the code one command at a time.
Mnemonic
Easy to remember code to refer to a single machine code binary operator.
Operand
Data part of a machine code or assembly language
command.
Operator
Instruction part of a machine code or assembly language command.
Portable
Code that will execute on a range of CPUs, not machine dependent.
Source code
High-level code written in a language similar to English.
One command is equivalent to several machine level
commands.
Translator
Application that converts high-level or mnemonic codes
into machine-level commands.