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.
2
Q
Emulators
A
Emulators are programs that take on the behaviour of other devices.
3
Q
Linkers
A
Linkers allow previously compiled code to be combined with new code in order to produce a single executable program.
4
Q
Compilers
A
Compilers convert source code into object code.
5
Q
Interpreters
A
Interpreters translate code one line at a time, rather than translating the entire program.
6
Q
Editors
A
Editors are where the bulk of the work is done.