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.

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

What is library program? [1]

A

a program stored in a program library.

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

Difference between static and dynamic libraries.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly