c5 - system software Flashcards
1
Q
What are program libraries? [2]
A
A program library is a collection of pre-written code that can be called in other programs by importing the library.
2
Q
What is library program? [1]
A
a program stored in a program library.
3
Q
Difference between static and dynamic libraries.
A
4
Q
State two benefits to a programmer of using Dynamic Link Library
A
- maintenance is not needed by the programmer because the DLL is separate from the program
- the executable file is smaller because it does not contain all the library routines.