tools with an ide Flashcards
Describe the function of an editor.
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
Describe the function of a compiler.
converts source code into executable machine code
when compiled, the code can be run at any time, doesn’t need to be recompiled
Describe the function of an interpreter.
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
Describe the function of a linker.(p)
A program which allows previously compiled sections of code to be linked together
Describe the function of a loader.(p)
A program which loads previously compiled code into memory
Describe the function of a debugger.(p)
A program which tracks down and identifies error in a program