tools with an ide Flashcards

1
Q

Describe the function of an editor.

A

Allows program to enter, format and edit the high-level language source code

used for development of software, writing the code and designing the interface

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

Describe the function of a compiler.

A

converts source code into executable machine code

when compiled, the code can be run at any time, doesn’t need to be recompiled

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

Describe the function of an interpreter.

A

converts source code into machine code line by line, executing as it goes

process is performed each time it needs to be run, so interpreter always has to be present

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

Describe the function of a linker.(p)

A

A program which allows previously compiled sections of code to be linked together

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

Describe the function of a loader.(p)

A

A program which loads previously compiled code into memory

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

Describe the function of a debugger.(p)

A

A program which tracks down and identifies error in a program

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