5.2 Language translators Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Translator

A

the system software used to translate a source program written in any language other than machine code

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

Compiler

A

a computer program that translates a source program written in a high-level language to machine code or p-code, object code

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

Interpreter

A

a computer program that analyses and executes a program written a high-level language line by line

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

Prettyprinting

A

the practice of displaying or printing well set out and formatted source code, making it easier to read and understand

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

Integrated development environment (IDE)

A

a suite of programs used to write and test a computer program written in high-level programming language

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

Syntax error

A

an error in the grammar of source program

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

Logic error

A

an error in the logic of a program

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

Debugging

A

the process of finding logic errors in a computer program by running or tracing the program

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

Single stepping

A

the practice of running a program one line or instruction at a time

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

Breakpoint

A

a deliberate pause in the execution of a program during testing so that the contents of variables, registers, and so on can be inspected to aid debugging

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

Report window

A

a separate window in the run-time environment of the IDE that shows the contents of variables during the execution of a program

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