Software Engineering Flashcards

1
Q

Integrate development environment

A

An Integrated development environment is a program in which programs are developed. Popular IDEs include Visual Studio, NetBeans & Eclipse.

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

Emulators

A

Emulators are programs that take on the behaviour of other devices.

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

Linkers

A

Linkers allow previously compiled code to be combined with new code in order to produce a single executable program.

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

Compilers

A

Compilers convert source code into object code.

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

Interpreters

A

Interpreters translate code one line at a time, rather than translating the entire program.

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

Editors

A

Editors are where the bulk of the work is done.

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