Programming- Translators Flashcards

1
Q

Auto documentation

A

A feature to note all the variables, modules, subroutines
and comments as the project is developed. This is put into a text file that can be used during any maintenance of the
program.

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

Code editor

A

A text editing area that helps to organise the code by
managing the layout, including indenting structures
and colour coding the command words, variables and
comments so that they can be easily identified.

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

Debugger

A

Utility within an IDE that identifies errors in the code and

suggests possible fixes.

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

Error diagnostics

A

Error warnings to identify any problems in the code.

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

IDE

A

Integrated Development Environment containing various

utilities used whilst writing computer code.

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

Run time environment

A

Allows the developer to run the code during development to check for logical errors and that the code does what it is expected to do.

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

Syntax

A

Set of rules that define the combinations of symbols that

are acceptable in a computer language.

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