Programming- Programmng Languages Flashcards

1
Q

Accumulator

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Assembly

A

Low-level language that uses mnemonic codes and labels to represent the equivalent machine-level binary codes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Compiler

A

Translator that converts high-level language code into
executable machine-level code. It converts source code
into object code that can then be executed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Interpreter

A

Translator that converts high-level language code into

executable machine-level code. It translates and executes the code one command at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Mnemonic

A

Easy to remember code to refer to a single machine code binary operator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Operand

A

Data part of a machine code or assembly language

command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Operator

A

Instruction part of a machine code or assembly language command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Portable

A

Code that will execute on a range of CPUs, not machine dependent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Source code

A

High-level code written in a language similar to English.
One command is equivalent to several machine level
commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Translator

A

Application that converts high-level or mnemonic codes

into machine-level commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly