Which of the following statements about dynamic linking is false?
a) References to external functions are not resolved until a process issues calls to the functions.
b) A dynamically linked program must be relinked when a library that is uses is modified.
c) Shared library code can be stored separately from other program code.
d) Dynamic linking saves space on secondary storage, as only a single copy of a shared library must be stored.
b) A dynamically linked program must be relinked when a library that is uses is modified.
You might also like to view...
A(n) ________ is another name for a greeting line
Fill in the blank(s) with correct word
Case-Based Critical Thinking Question ? Sophia has a website that promotes her hairstyling business. She wants to expand her new customer contact form with a few additional questions. Sophia wants to include a single set of buttons asking about different aspects of the client's hair, including length, color, and curl. To allow clients to select more than one box in the set, she should use __________.
A. check boxes B. option buttons C. either a or b D. neither a nor b