Monday, January 12, 2009

Which one of the following is an advantage of dynamically linked object files?

Choice a : Programs that use dynamic linking do not require recompiling when a new processor type is used.

Choice b : Dynamically linked programs contain all machine code required to run them.

Choice c : Dynamically linked programs use extended memory, but statically linked programs only have access to conventional memory.

Choice d : Programs that use dynamic linking can benefit from library updates without relinking.

Choice e : Dynamically linked programs run faster because debugging symbols are not included.

No comments: