Software Engineering Flashcards

1
Q

Define editor

A

Allows a programmer to enter, format and edit source code

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

Define compiler

A

Convert source code into executable machine code. Once compiled, a program can be run at any time

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

Define interpreter

A

Converts each line of source code into machine code and executes it as each line of code is run. The conversion process is performed each time the program is run

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