Libraries Flashcards

1
Q

What are libraries?

A

pre-compiled programs which can be incorporated with other programs using either static or dynamic linking

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

Library charatceristics/
advanatges

A

ready t use and error free, so save time developing and testing modules
+ : can be reused within multiple programs

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

What are Libraries often used for?

A

to provide a specialised range of functions which woul otherwise require a lot of time and effort to develop

saves programmers from having to ‘reinvent the wheek’ and instead make use of other’ expertise

popular libraries provide mathematical and graphical functions

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

Libraries (exam style)

A
  • standard pieces of software which often perform common tasks such as sorting and searching
  • routines are compiled and fit into modularisation of algorithms
  • they’re pre-tested so are relatively error-free
  • pre-writeeen so ready to use and already available for programmer to use with a new program - saves work and time
  • may be used multiple times to reduce repeated code
  • may allow programmer to use code which has been written in a different source language
  • written by an expert so allows programmer to others’ expertise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly